Author: akhaldi Date: Tue Sep 17 22:49:56 2013 New Revision: 60192
URL: http://svn.reactos.org/svn/reactos?rev=60192&view=rev Log: * Silence a debug print.
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/p... ============================================================================== --- trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] Tue Sep 17 22:49:56 2013 @@ -2873,7 +2873,7 @@ SxsWin32ExePath = PathBufferString; PathBuffer = PathBufferString.Buffer; PathBufferString.Buffer = NULL; - DPRINT1("SxS Path: %S\n", PathBuffer); + DPRINT("SxS Path: %S\n", PathBuffer); }
/* Also set the .EXE path based on the path name */