From 96a06fbc9b5e307116e784779b7f77ab9b5a9e5b Mon Sep 17 00:00:00 2001 From: daboynb <106079917+daboynb@users.noreply.github.com> Date: Tue, 9 Apr 2024 22:36:34 +0200 Subject: [PATCH] Update wue.c --- src/wue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wue.c b/src/wue.c index 70e8d520..bb2cf951 100644 --- a/src/wue.c +++ b/src/wue.c @@ -780,7 +780,7 @@ BOOL ApplyWindowsCustomization(char drive_letter, int flags) static_sprintf(path, "%c:\\sources\\$OEM$\\$$\\Panther\\unattend.xml", drive_letter); if (PathFileExistsA(path)) { - uprintf("'%s' already exists. Skipping copy operation.", path); + uprintf("'%s' already exists. Skipping Windows Customization.", path); return TRUE; // File already exists, no need to copy }