mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Fix log message
This commit is contained in:
@@ -267,7 +267,7 @@ namespace MediaBrowser.Server.Implementations.IO
|
|||||||
}
|
}
|
||||||
else
|
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();
|
newWatcher.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user