updated mbt api

This commit is contained in:
Luke Pulverenti
2013-11-03 15:48:16 -05:00
parent 72e96b1afb
commit 138bad316b
7 changed files with 197 additions and 48 deletions

View File

@@ -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);
}
}