From 545cea09f91e29461b6bee02cc689fe6f5db0ec3 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 2 Mar 2007 21:11:16 +0000 Subject: [PATCH] Don't spam debug log with that message, it seems it's normal. svn path=/trunk/; revision=25961 --- reactos/dll/win32/user32/windows/message.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }