[KERNEL32] Improve a dprint (needed when studying spaces in command lines).
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 May 2014 23:12:24 +0000 (23:12 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 May 2014 23:12:24 +0000 (23:12 +0000)
svn path=/trunk/; revision=63362

reactos/dll/win32/kernel32/client/proc.c

index 84bcd6d..47bb140 100644 (file)
@@ -2468,7 +2468,7 @@ CreateProcessInternalW(IN HANDLE hUserToken,
     PolicyPathPair.Nt = &SxsNtPolicyPath.String;
 #endif
 
-    DPRINT("CreateProcessInternalW: %S %S %lx\n", lpApplicationName, lpCommandLine, dwCreationFlags);
+    DPRINT("CreateProcessInternalW: '%S' '%S' %lx\n", lpApplicationName, lpCommandLine, dwCreationFlags);
 
     /* Finally, set our TEB and PEB */
     Teb = NtCurrentTeb();