aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorNyanmisaka <nst799610810@gmail.com>2020-12-03 21:34:25 +0800
committerGitHub <noreply@github.com>2020-12-03 21:34:25 +0800
commitd496fd2d482aff50d59cc6534654fc7a29132d78 (patch)
treec9d80d61f6622dbf8ee22781b79c87239330a62b /Emby.Server.Implementations/ApplicationHost.cs
parentbbe872524d18e356ca7c4b1abf44e3a247decd2b (diff)
Apply suggestions from code review
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index ebba5f02f..37d6f9db4 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -776,7 +776,7 @@ namespace Emby.Server.Implementations
{
foreach (var plugin in Plugins)
{
- Logger.LogInformation("Loaded plugin: {PluginName} {PluginVersion}", plugin.Name.ToString(), plugin.Version.ToString());
+ Logger.LogInformation("Loaded plugin: {PluginName} {PluginVersion}", plugin.Name, plugin.Version);
}
}