mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 22:43:43 +02:00
Fix log message
This commit is contained in:
parent
5b3bde4d9a
commit
5268e56179
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue