aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/IO
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-03 15:48:16 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-11-03 15:48:16 -0500
commit138bad316b87e2867d8aa5aa07a47747d096bceb (patch)
tree940f19175da984ed66851ba4961e14f83d34abb4 /MediaBrowser.Server.Implementations/IO
parent72e96b1afbaaf8c9f06388c83c134ed35a1b6e36 (diff)
updated mbt api
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO')
-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);
}
}