diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-10-11 23:51:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 23:51:03 +0100 |
| commit | 5c8015128f4e29cfa8fd15977d0984bb587b4f13 (patch) | |
| tree | f5f0a3034cb76bdd88e4f12adab3537364d0f19c | |
| parent | d49ba961230c438b25332a77ac345e22e3cb0ba6 (diff) | |
Update Emby.Server.Implementations/ApplicationHost.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
| -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 20cc9d76f..c1e6038ac 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -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); } } } |
