Author: hbelusca
Date: Sun May 18 23:12:24 2014
New Revision: 63362
URL:
http://svn.reactos.org/svn/reactos?rev=63362&view=rev
Log:
[KERNEL32] Improve a dprint (needed when studying spaces in command lines).
Modified:
trunk/reactos/dll/win32/kernel32/client/proc.c
Modified: trunk/reactos/dll/win32/kernel32/client/proc.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/…
==============================================================================
--- trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] Sun May 18 23:12:24 2014
@@ -2468,7 +2468,7 @@
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();