aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/IO/FileRefresher.cs
diff options
context:
space:
mode:
authorhawken <hawken@thehawken.org>2019-01-12 12:45:47 +0000
committerhawken <hawken@thehawken.org>2019-01-13 11:59:24 +0000
commitc8e3c1737aaceac39bc532ffb27066a18019e936 (patch)
tree151711ddceff6a8c118701e2463de12fd8a8b0d3 /Emby.Server.Implementations/IO/FileRefresher.cs
parentf2dae8ee519904116cd11381eee518ce55db4373 (diff)
Fix small logging typo with the "name (path) will be refreshed" message
Diffstat (limited to 'Emby.Server.Implementations/IO/FileRefresher.cs')
-rw-r--r--Emby.Server.Implementations/IO/FileRefresher.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/IO/FileRefresher.cs b/Emby.Server.Implementations/IO/FileRefresher.cs
index 3212c41e9..0ddd3030f 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
{