mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 12:58:28 +01:00
Fix some warnings
609 left
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Jellyfin.Server.Implementations.Events
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.LogError(e, "Uncaught exception in EventConsumer {type}: ", service.GetType());
|
||||
_logger.LogError(e, "Uncaught exception in EventConsumer {Type}: ", service.GetType());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user