mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add message
This commit is contained in:
parent
07b5c6a750
commit
a4c25b4bb8
@ -27,9 +27,9 @@ namespace MediaBrowser.Server.Startup.Common
|
|||||||
{
|
{
|
||||||
return new SkiaEncoder(logManager.GetLogger("Skia"), appPaths, httpClient, fileSystem);
|
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
|
try
|
||||||
|
Loading…
x
Reference in New Issue
Block a user