Procházet zdrojové kódy

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

hawken před 7 roky
rodič
revize
c8e3c1737a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
                 {