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

pull/702/head
hawken 5 years ago
parent f2dae8ee51
commit c8e3c1737a

@ -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
{

Loading…
Cancel
Save