Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
BaronGreenback 2020-10-11 23:51:03 +01:00 committed by GitHub
parent d49ba96123
commit 5c8015128f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -836,7 +836,7 @@ namespace Emby.Server.Implementations
}
catch (Exception ex)
{
Logger.LogError(ex, "Error registering {Assembly} with D.I.", pluginServiceRegistrar.Assembly);
Logger.LogError(ex, "Error registering plugin services from {Assembly}.", pluginServiceRegistrar.Assembly);
}
}
}