mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 15:03:06 +03:00
Fix exception logging
This commit is contained in:
@@ -91,7 +91,7 @@ namespace MediaBrowser.Controller.IO
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
logger.LogError("Error resolving shortcut from {0}", ex, fullName);
|
||||
logger.LogError(ex, "Error resolving shortcut from {path}", fullName);
|
||||
}
|
||||
}
|
||||
else if (flattenFolderDepth > 0 && isDirectory)
|
||||
|
||||
Reference in New Issue
Block a user