diff options
Diffstat (limited to 'xorg-server/hw/xwin')
-rw-r--r-- | xorg-server/hw/xwin/winmultiwindowwndproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winmultiwindowwndproc.c b/xorg-server/hw/xwin/winmultiwindowwndproc.c index d9ada2d65..3ba110956 100644 --- a/xorg-server/hw/xwin/winmultiwindowwndproc.c +++ b/xorg-server/hw/xwin/winmultiwindowwndproc.c @@ -370,7 +370,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message, #ifdef _DEBUG else if (message!=WM_CREATE) { - ErrorF("Error: WIN_WINDOW_PROP should be different from NULL\n"); + winDebug("Warning: message 0x%x received when WIN_WINDOW_PROP NULL\n",message); } #endif |