[KERNEL32]

Silence BaseComputeProcessSearchPath.

svn path=/trunk/; revision=54733
This commit is contained in:
Sylvain Petreolle
2011-12-21 20:54:14 +00:00
parent b658cc77df
commit 47d022adac
+1 -1
View File
@@ -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);