mirror of
https://github.com/Readarr/Readarr.git
synced 2026-02-05 19:52:09 -05:00
Fixed: RootFolderWatchingService Logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user