mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 19:46:34 +00:00
Fix exception logging
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Emby.Server.Implementations.AppBase
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error loading configuration file: {0}", ex, path);
|
||||
Logger.LogError(ex, "Error loading configuration file: {path}", path);
|
||||
|
||||
return Activator.CreateInstance(configurationType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user