aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 09:29:51 +0000
committerGreenback <jimcartlidge@yahoo.co.uk>2020-12-15 09:30:19 +0000
commitdddcfa6dbbca04ed69597ec335007612e2e2b8e8 (patch)
treef8900a3c8229673c3669d7903505ce7b18fc166e /Emby.Server.Implementations/ApplicationHost.cs
parent41466c430de6ad8b3aa2599af9e6e41f1f63c785 (diff)
Suggested changes.
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 404e28bdc..17cccdaf9 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -393,8 +393,7 @@ namespace Emby.Server.Implementations
if (_creatingInstances.IndexOf(type) != -1)
{
- Logger.LogError("DI Loop detected.");
- Logger.LogError("Attempted creation of {Type}", type.FullName);
+ 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);