mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 14:33:06 +03:00
Fix exception logging
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Emby.Server.Implementations
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogError("Error in Path.GetFullPath", ex);
|
||||
_logger.LogError(ex, "Error in Path.GetFullPath");
|
||||
}
|
||||
|
||||
// Don't allow file system access outside of the source folder
|
||||
|
||||
Reference in New Issue
Block a user