diff --git a/reactos/dll/win32/user32/windows/message.c b/reactos/dll/win32/user32/windows/message.c index 02f9400a9c8..78b616d2bb6 100644 --- a/reactos/dll/win32/user32/windows/message.c +++ b/reactos/dll/win32/user32/windows/message.c @@ -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; }