mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Don't spam debug log with that message, it seems it's normal.
svn path=/trunk/; revision=25961
This commit is contained in:
parent
913d1938ee
commit
545cea09f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue