fixed broken log

This commit is contained in:
AT
2019-11-16 00:57:30 +02:00
parent d2ca74ecdf
commit 0c762e610f
2 changed files with 37 additions and 24 deletions

View File

@@ -205,7 +205,7 @@ namespace Wox.Plugin.Program.Programs
}
catch (Exception e)
{
ProgramLogger.LogException("|UWP|CurrentUserPackages|An unexpected error occured and "
ProgramLogger.LogException("UWP" ,"CurrentUserPackages", $"id","An unexpected error occured and "
+ $"unable to verify if package is valid", e);
return false;
}