Ver Fonte

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

hawken há 6 anos atrás
pai
commit
c8e3c1737a
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
                     continue;
                 }
                 }
 
 
-                Logger.LogInformation("{name} ({path}}) will be refreshed.", item.Name, item.Path);
+                Logger.LogInformation("{name} ({path}) will be refreshed.", item.Name, item.Path);
 
 
                 try
                 try
                 {
                 {