[USETUP]: Fix some problems with extra-backslashes in paths, and fix the support...
[reactos.git] / reactos / base / setup / usetup / filesup.c
index 2fe323a..b8461e6 100644 (file)
@@ -327,7 +327,7 @@ SetupCopyFile(
                           0);
     if (!NT_SUCCESS(Status))
     {
-        DPRINT1("NtCreateFile failed: %x\n", Status);
+        DPRINT1("NtCreateFile failed: %x, %wZ\n", Status, &FileName);
         goto unmapsrcsec;
     }