mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
update logging
This commit is contained in:
@@ -31,7 +31,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.Error("Error loading Skia: {0}. Will revert to ImageMagick.", ex.Message);
|
||||
logger.Info("Error loading Skia: {0}. Will revert to ImageMagick.", ex.Message);
|
||||
}
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user