Don't spam debug log with that message, it seems it's normal.

svn path=/trunk/; revision=25961
This commit is contained in:
Aleksey Bragin 2007-03-02 21:11:16 +00:00
parent 913d1938ee
commit 545cea09f9

View file

@ -1143,7 +1143,7 @@ IntCallWindowProcW(BOOL IsAnsiProc,
if (WndProc == NULL)
{
DPRINT1("IntCallWindowsProcW() called with WndProc = NULL!\n");
DPRINT("IntCallWindowsProcW() called with WndProc = NULL!\n");
return FALSE;
}