2
0
Эх сурвалжийг харах

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

hawken 6 жил өмнө
parent
commit
c8e3c1737a

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