aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2020-09-04 11:44:15 +0200
committerGitHub <noreply@github.com>2020-09-04 11:44:15 +0200
commit81c764e87f52771a20e66af2d1c65245f2202925 (patch)
tree4338d54bc75b563e6931d7642d882ceb89224e88 /Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
parent1d3303fa0a4a106dc74065ed37f9353ef763a52a (diff)
parent250216cc5335ec79c789987dc5dcef0243d548eb (diff)
Merge branch 'master' into output-formatters
Diffstat (limited to 'Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs')
-rw-r--r--Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
index d4a8268b9..4ab0a2a3f 100644
--- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
+++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs
@@ -308,7 +308,7 @@ namespace Emby.Server.Implementations.AppBase
}
catch (Exception ex)
{
- Logger.LogError(ex, "Error loading configuration file: {path}", path);
+ Logger.LogError(ex, "Error loading configuration file: {Path}", path);
return Activator.CreateInstance(configurationType);
}