Fixed: RootFolderWatchingService Logging

pull/3105/head
bakerboy448 6 months ago committed by Bogdan
parent d9827fd6a6
commit 3ca798e983

@ -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);
}

Loading…
Cancel
Save