diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 16:37:11 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 16:37:11 +0000 |
| commit | eb2439f23b05a9b92a81ee96c7801d10ccfbb25d (patch) | |
| tree | ae30daafcfea9388bd4a9828ce130af5e5191238 /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | c761cbff0e2d8bbf6b348db09c664760c4ccd1eb (diff) | |
Changes as recommended.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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); |
