[CMAKE]
[reactos.git] / base / setup / usetup / filesup.c
index f0d8152..0051b0a 100644 (file)
@@ -126,7 +126,7 @@ SetupCopyFile(PWCHAR SourceFileName,
                      FILE_SEQUENTIAL_ONLY);
   if(!NT_SUCCESS(Status))
     {
-      DPRINT1("NtOpenFile failed: %x\n", Status);
+      DPRINT1("NtOpenFile failed: %x, %wZ\n", Status, &FileName);
       goto done;
     }
 #else