[KERNEL32] Improve a dprint (needed when studying spaces in command lines).

svn path=/trunk/; revision=63362
This commit is contained in:
Hermès Bélusca-Maïto 2014-05-18 23:12:24 +00:00
parent 6dead6f19c
commit ab209b91b5

View 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();