mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
Fix logging message for directory watcher error
This commit is contained in:
parent
917f705695
commit
51a38bc648
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ namespace NzbDrone.Core.MediaFiles
|
|||
}
|
||||
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…
Add table
Add a link
Reference in a new issue