Update Program.cs

This commit is contained in:
pointfeev 2021-08-09 07:43:48 -05:00
parent e721634de1
commit c0bf99e182

View file

@ -122,7 +122,7 @@ namespace CreamInstaller
}
catch
{
InstallForm?.UpdateUser($"WARNING: Couldn't clean up downloaded archive ({OutputFile})", LogColor.Warning);
InstallForm?.UpdateUser($"WARNING: Failed to clean up downloaded archive: {OutputFile}", LogColor.Warning);
}
OutputFile = null;
}