pull/2952/head
crobibero 4 years ago
parent be50fae38a
commit b8508a57d8

@ -79,7 +79,6 @@ namespace Jellyfin.Server.Middleware
_logger.LogError( _logger.LogError(
ex, ex,
"Error processing request. URL {Method} {Url}.", "Error processing request. URL {Method} {Url}.",
ex.Message.TrimEnd('.'),
context.Request.Method, context.Request.Method,
context.Request.Path); context.Request.Path);
} }

Loading…
Cancel
Save