mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 02:32:27 +01:00
Fixed: RootFolderWatchingService Logging
This commit is contained in:
parent
d9827fd6a6
commit
3ca798e983
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue