mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Fix template for logging
This commit is contained in:
parent
8109c7eb30
commit
03450f383f
@ -220,7 +220,7 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
}
|
||||
else
|
||||
{
|
||||
_logger.LogError("Error processing request: {0}", ex.Message);
|
||||
_logger.LogError("Error processing request: {Message}", ex.Message);
|
||||
}
|
||||
|
||||
var httpRes = httpReq.Response;
|
||||
|
Loading…
x
Reference in New Issue
Block a user