From 47d022adaca4ef5516d4bcda93ec2ce956bfe07f Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Wed, 21 Dec 2011 20:54:14 +0000 Subject: [PATCH] [KERNEL32] Silence BaseComputeProcessSearchPath. svn path=/trunk/; revision=54733 --- reactos/dll/win32/kernel32/client/path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/kernel32/client/path.c b/reactos/dll/win32/kernel32/client/path.c index b0f799c4360..38520b33d38 100644 --- a/reactos/dll/win32/kernel32/client/path.c +++ b/reactos/dll/win32/kernel32/client/path.c @@ -391,7 +391,7 @@ LPWSTR 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);