diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2014-03-16 12:43:05 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2014-03-16 12:43:05 -0400 |
| commit | 5268e561798d62d3eef093fd8fc13891476b7f85 (patch) | |
| tree | 1138d898a26716bfe49a5d7c1923a1b0625ebddb | |
| parent | 5b3bde4d9a21066b3b62f52b95a4a88b9e0d3a7e (diff) | |
Fix log message
| -rw-r--r-- | MediaBrowser.Server.Implementations/IO/LibraryMonitor.cs | 2 |
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(); } |
