mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user