add message

This commit is contained in:
Luke Pulverenti 2017-06-15 13:34:05 -04:00
parent 07b5c6a750
commit a4c25b4bb8

View file

@ -27,9 +27,9 @@ namespace MediaBrowser.Server.Startup.Common
{
return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
}
catch
catch (Exception ex)
{
logger.Error("Error loading Skia. Will revert to ImageMagick.");
logger.Error("Error loading Skia: {0}. Will revert to ImageMagick.", ex.Message);
}
try