Fix small logging typo with the "name (path) will be refreshed" message

This commit is contained in:
hawken 2019-01-12 12:45:47 +00:00
parent f2dae8ee51
commit c8e3c1737a
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ namespace Emby.Server.Implementations.IO
continue;
}
Logger.LogInformation("{name} ({path}}) will be refreshed.", item.Name, item.Path);
Logger.LogInformation("{name} ({path}) will be refreshed.", item.Name, item.Path);
try
{