Fixing message format for exception

This commit is contained in:
ryanbodrug-microsoft 2020-06-26 11:35:07 -07:00
parent 030dfc2370
commit f60bdc3dd4

View file

@ -44,7 +44,7 @@ namespace Microsoft.Plugin.Program.Storage
catch ( System.IO.FileNotFoundException e)
{
ProgramLogger.LogException($"|UWP|OnPackageInstalling|{e.Message}", e);
ProgramLogger.LogException($"|UWP|OnPackageInstalling|{args.Package.InstalledLocation}|{e.Message}", e);
}
}
}