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 @@ private void Watcher_Error(object sender, ErrorEventArgs e)
}
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);
}