mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Fix exception logging
This commit is contained in:
@@ -135,7 +135,7 @@ namespace MediaBrowser.LocalMetadata.Savers
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error setting hidden attribute on {0} - {1}", path, ex.Message);
|
||||
Logger.LogError(ex, "Error setting hidden attribute on {path}", path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user