add logging
This commit is contained in:
parent
ab1f5db146
commit
234a5ad712
|
@ -591,7 +591,7 @@ namespace MediaBrowser.ServerApplication
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.ErrorException("Error installing ImageMagick", ex);
|
||||
logger.ErrorException("Error installing Visual Studio C++ runtime", ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -619,6 +619,8 @@ namespace MediaBrowser.ServerApplication
|
|||
ErrorDialog = false
|
||||
};
|
||||
|
||||
_logger.Info("Running {0}", startInfo.FileName);
|
||||
|
||||
using (var process = Process.Start(startInfo))
|
||||
{
|
||||
process.WaitForExit();
|
||||
|
|
Loading…
Reference in New Issue
Block a user