mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 02:33:33 +01:00
Fix exception logging
This commit is contained in:
@@ -67,7 +67,7 @@ namespace Emby.Server.Implementations.News
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError("Error downloading news", ex);
|
||||
_logger.LogError(ex, "Error downloading news");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user