From c0bf99e182e73f6a3822fdcddedc84d8d6013b86 Mon Sep 17 00:00:00 2001 From: pointfeev Date: Mon, 9 Aug 2021 07:43:48 -0500 Subject: [PATCH] Update Program.cs --- CreamInstaller/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }