mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02: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
|
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);
|
DisposeWatcher(dw, true);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue