Update Jellyfin.Server/Program.cs

Co-Authored-By: Mark Monteiro <marknr.monteiro@protonmail.com>
This commit is contained in:
Bond-009 2020-03-24 17:43:11 +01:00 committed by GitHub
parent 7915c6ca73
commit eb09d47ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ namespace Jellyfin.Server
}
catch (Exception ex)
{
_logger.LogWarning(ex, "Skia not available. Will fallback to NullImageEncoder.");
_logger.LogWarning(ex, $"Skia not available. Will fallback to {nameof(NullImageEncoder)}.");
}
return new NullImageEncoder();