diff --git a/CreamInstaller/Program.cs b/CreamInstaller/Program.cs index d6f5571..e1c0aa0 100644 --- a/CreamInstaller/Program.cs +++ b/CreamInstaller/Program.cs @@ -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; }