From c8e3c1737aaceac39bc532ffb27066a18019e936 Mon Sep 17 00:00:00 2001 From: hawken Date: Sat, 12 Jan 2019 12:45:47 +0000 Subject: [PATCH] Fix small logging typo with the "name (path) will be refreshed" message --- Emby.Server.Implementations/IO/FileRefresher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs index 3212c41e97..0ddd3030fd 100644 --- a/Emby.Server.Implementations/IO/FileRefresher.cs +++ b/Emby.Server.Implementations/IO/FileRefresher.cs @@ -156,7 +156,7 @@ namespace Emby.Server.Implementations.IO continue; } - Logger.LogInformation("{name} ({path}}) will be refreshed.", item.Name, item.Path); + Logger.LogInformation("{name} ({path}) will be refreshed.", item.Name, item.Path); try {