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 3142776b5..e19f90dcf 100644 --- a/xorg-server/hw/xwin/winmultiwindowwndproc.c +++ b/xorg-server/hw/xwin/winmultiwindowwndproc.c @@ -366,7 +366,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message, #ifdef _DEBUG else if (message!=WM_CREATE) { - ErrorLog("Error; WIN_WINDOW_PROP should be different from NULL\n"); + ErrorF("Error: WIN_WINDOW_PROP should be different from NULL\n"); } #endif |