mirror of
				https://github.com/Kopano-dev/kopano-ol-extension.git
				synced 2023-10-10 11:37:40 +00:00 
			
		
		
		
	[KOE-178] Fix for invalid account id in message service configuration
This commit is contained in:
		@@ -98,9 +98,9 @@ namespace OutlookRestarter
 | 
			
		||||
                    // Start the process
 | 
			
		||||
                    Process process = new Process();
 | 
			
		||||
                    process.StartInfo = new ProcessStartInfo(procPath, argsString);
 | 
			
		||||
                    Logger.Instance.Debug(typeof(OutlookRestarter), "Starting process: {0}", process);
 | 
			
		||||
                    Logger.Instance.Debug(typeof(OutlookRestarter), "Starting process: {0} - {1}", procPath, argsString);
 | 
			
		||||
                    process.Start();
 | 
			
		||||
                    Logger.Instance.Debug(typeof(OutlookRestarter), "Started process: {0}", process);
 | 
			
		||||
                    Logger.Instance.Debug(typeof(OutlookRestarter), "Started process: {0} - {1}", procPath, argsString);
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            catch(Exception e)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user