[ros-diffs] [fireball] 25961: Don't spam debug log with that message, it seems it's normal.

fireball at svn.reactos.org fireball at svn.reactos.org
Fri Mar 2 22:11:17 CET 2007


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/message.c?rev=25961&r1=25960&r2=25961&view=diff
==============================================================================
--- 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;
   }
 




More information about the Ros-diffs mailing list