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