Author: spetreolle
Date: Wed Dec 21 20:54:14 2011
New Revision: 54733

URL: http://svn.reactos.org/svn/reactos?rev=54733&view=rev
Log:
[KERNEL32]
Silence BaseComputeProcessSearchPath.

Modified:
    trunk/reactos/dll/win32/kernel32/client/path.c

Modified: trunk/reactos/dll/win32/kernel32/client/path.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/path.c?rev=54733&r1=54732&r2=54733&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/client/path.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/client/path.c [iso-8859-1] Wed Dec 21 
20:54:14 2011
@@ -391,7 +391,7 @@
 WINAPI
 BaseComputeProcessSearchPath(VOID)
 {
-    DPRINT1("Computing Process Search path\n");
+    DPRINT("Computing Process Search path\n");
 
     /* Compute the path using default process order */
     return BasepComputeProcessPath(BaseProcessOrder, NULL, NULL);


Reply via email to