浏览代码

Fix small logging typo with the "name (path) will be refreshed" message

hawken 6 年之前
父节点
当前提交
c8e3c1737a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/IO/FileRefresher.cs

+ 1 - 1
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
                 {