Fixed: RootFolderWatchingService Logging

This commit is contained in:
bakerboy448
2023-11-30 18:54:25 -06:00
committed by Bogdan
parent d9827fd6a6
commit 3ca798e983

View File

@@ -183,7 +183,7 @@ namespace NzbDrone.Core.MediaFiles
}
else
{
_logger.Error(ex, "Error in Directory watcher for: {0}" + dw.Path);
_logger.Error(ex, "Error in Directory watcher for: {0}", dw.Path);
DisposeWatcher(dw, true);
}