aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-16 18:08:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-16 18:08:30 -0400
commitf1acaaee3e48816c9dd0c6f67b3cc90c5c03c65f (patch)
tree11d2bf53765d9ba246d858fd51899266e7d83284 /MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
parent2248b8f2e2d6697ba8eb58ba897c02edd74cd378 (diff)
parente6a36f06790ff9d19970ce6bd8e8bd73dc971102 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs')
-rw-r--r--MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
index b2f0a2769..65bbb35ba 100644
--- a/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
+++ b/MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs
@@ -267,7 +267,7 @@ namespace MediaBrowser.Server.Implementations.IO
}
else
{
- Logger.Info("Unable to add directory watcher for {0}. It already exists in the dictionary." + path);
+ Logger.Info("Unable to add directory watcher for {0}. It already exists in the dictionary.", path);
newWatcher.Dispose();
}