mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	add logging
This commit is contained in:
		
							parent
							
								
									9f6fcc9e05
								
							
						
					
					
						commit
						befadd9d32
					
				@ -591,7 +591,7 @@ namespace MediaBrowser.ServerApplication
 | 
				
			|||||||
            }
 | 
					            }
 | 
				
			||||||
            catch (Exception ex)
 | 
					            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
 | 
					                ErrorDialog = false
 | 
				
			||||||
            };
 | 
					            };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            _logger.Info("Running {0}", startInfo.FileName);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            using (var process = Process.Start(startInfo))
 | 
					            using (var process = Process.Start(startInfo))
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                process.WaitForExit();
 | 
					                process.WaitForExit();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user