mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:43:12 +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)
|
if (WndProc == NULL)
|
||||||
{
|
{
|
||||||
DPRINT1("IntCallWindowsProcW() called with WndProc = NULL!\n");
|
DPRINT("IntCallWindowsProcW() called with WndProc = NULL!\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue