mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-24 01:04:44 +01: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 @@ 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