Fix log message

This commit is contained in:
Eric Reed 2014-03-16 12:43:05 -04:00
parent 5b3bde4d9a
commit 5268e56179

View File

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