mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Fix exception logging
This commit is contained in:
@@ -83,7 +83,7 @@ namespace Emby.Server.Implementations.Security
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error migrating authentication database", ex);
|
||||
Logger.LogError(ex, "Error migrating authentication database");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user