mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Fix exception logging
This commit is contained in:
@@ -1364,7 +1364,7 @@ namespace Emby.Server.Implementations.Data
|
||||
}
|
||||
catch (SerializationException ex)
|
||||
{
|
||||
Logger.LogError("Error deserializing item", ex);
|
||||
Logger.LogError(ex, "Error deserializing item");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user