aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 16:37:11 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 16:37:11 +0000
commiteb2439f23b05a9b92a81ee96c7801d10ccfbb25d (patch)
treeae30daafcfea9388bd4a9828ce130af5e5191238 /Emby.Server.Implementations/ApplicationHost.cs
parentc761cbff0e2d8bbf6b348db09c664760c4ccd1eb (diff)
Changes as recommended.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 17cccdaf9..216cb5e75 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -396,7 +396,7 @@ namespace Emby.Server.Implementations
Logger.LogError("DI Loop detected in the attempted creation of {Type}", type.FullName);
foreach (var entry in _creatingInstances)
{
- Logger.LogError("Called from: {stack}", entry.FullName);
+ Logger.LogError("Called from: {TypeName}", entry.FullName);
}
_pluginManager.FailPlugin(type.Assembly);