aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs
index 748ba0df4..a9f83dfff 100644
--- a/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs
+++ b/MediaBrowser.Server.Implementations/IO/DirectoryWatchers.cs
@@ -329,7 +329,7 @@ namespace MediaBrowser.Server.Implementations.IO
}
catch (IOException ex)
{
- Logger.ErrorException("IOException in watcher changed", ex);
+ Logger.ErrorException("IOException in watcher changed. Path: {0}", ex, e.FullPath);
}
}