Fixed wrong name logged in Program Plugin (#7244)

Co-authored-by: Roy <royvou@hotmailcom>
This commit is contained in:
Roy
2020-10-13 00:33:09 +02:00
committed by GitHub
parent d9d328173b
commit 1f1cff3389

View File

@@ -56,7 +56,7 @@ namespace Microsoft.Plugin.Program
var b = Task.Run(() =>
{
Stopwatch.Normal("|Microsoft.Plugin.Program.Main|Win32Program index cost", _packageRepository.IndexPrograms);
Stopwatch.Normal("|Microsoft.Plugin.Program.Main|Package index cost", _packageRepository.IndexPrograms);
});
Task.WaitAll(a, b);