Author: akhaldi
Date: Mon Feb 10 21:11:12 2014
New Revision: 62115
URL:
http://svn.reactos.org/svn/reactos?rev=62115&view=rev
Log:
[WIN32SS]
* Silence some prints.
Modified:
trunk/reactos/win32ss/user/ntuser/hook.c
Modified: trunk/reactos/win32ss/user/ntuser/hook.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/hook.c…
==============================================================================
--- trunk/reactos/win32ss/user/ntuser/hook.c [iso-8859-1] (original)
+++ trunk/reactos/win32ss/user/ntuser/hook.c [iso-8859-1] Mon Feb 10 21:11:12 2014
@@ -35,7 +35,7 @@
ppi = PsGetCurrentProcessWin32Process();
- ERR("IntLoadHookModule. Client PID: %p\n",
PsGetProcessId(ppi->peProcess));
+ TRACE("IntLoadHookModule. Client PID: %p\n",
PsGetProcessId(ppi->peProcess));
/* Check if this is the api hook */
if(iHookID == WH_APIHOOK)
@@ -155,7 +155,7 @@
return FALSE;
}
- ERR("UserRegisterUserApiHook. Server PID: %p\n",
PsGetProcessId(pti->ppi->peProcess));
+ TRACE("UserRegisterUserApiHook. Server PID: %p\n",
PsGetProcessId(pti->ppi->peProcess));
/* Register the api hook */
gpsi->dwSRVIFlags |= SRVINFO_APIHOOK;