Suggested changes.

This commit is contained in:
Greenback
2020-12-15 09:29:51 +00:00
parent 41466c430d
commit dddcfa6dbb
11 changed files with 32 additions and 41 deletions

View File

@@ -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);