diff --git a/reactos/dll/win32/user32/windows/message.c b/reactos/dll/win32/user32/windows/message.c index 78b616d2bb6..b5e6f50a14f 100644 --- a/reactos/dll/win32/user32/windows/message.c +++ b/reactos/dll/win32/user32/windows/message.c @@ -1185,7 +1185,7 @@ IntCallWindowProcA(BOOL IsAnsiProc, if (WndProc == NULL) { - DPRINT1("IntCallWindowsProcA() called with WndProc = NULL!\n"); + DPRINT("IntCallWindowsProcA() called with WndProc = NULL!\n"); return FALSE; }