mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-22 09:29:59 +00:00
Fixed: RootFolderWatchingService Logging
This commit is contained in:
@@ -183,7 +183,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||||||
}
|
}
|
||||||
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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user