update logging

This commit is contained in:
Luke Pulverenti
2017-06-21 14:21:12 -04:00
parent 71adae0903
commit f1fa4251a8
3 changed files with 3 additions and 3 deletions

View File

@@ -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