mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-05 18:01:55 +01: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