Author: fireball
Date: Sat Mar 3 00:11:16 2007
New Revision: 25961
URL:
http://svn.reactos.org/svn/reactos?rev=25961&view=rev
Log:
Don't spam debug log with that message, it seems it's normal.
Modified:
trunk/reactos/dll/win32/user32/windows/message.c
Modified: trunk/reactos/dll/win32/user32/windows/message.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/m…
==============================================================================
--- trunk/reactos/dll/win32/user32/windows/message.c (original)
+++ trunk/reactos/dll/win32/user32/windows/message.c Sat Mar 3 00:11:16 2007
@@ -1143,7 +1143,7 @@
if (WndProc == NULL)
{
- DPRINT1("IntCallWindowsProcW() called with WndProc = NULL!\n");
+ DPRINT("IntCallWindowsProcW() called with WndProc = NULL!\n");
return FALSE;
}