From 2f6d87ea17ff6e595d8697f6489365a2fcf453b7 Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 4 Oct 2009 14:20:36 +0000 Subject: Print resourceid as hex. --- xorg-server/hw/xwin/winclipboardthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xorg-server/hw/xwin/winclipboardthread.c') diff --git a/xorg-server/hw/xwin/winclipboardthread.c b/xorg-server/hw/xwin/winclipboardthread.c index f9f826790..fcae5f851 100644 --- a/xorg-server/hw/xwin/winclipboardthread.c +++ b/xorg-server/hw/xwin/winclipboardthread.c @@ -490,7 +490,7 @@ winClipboardErrorHandler (Display *pDisplay, XErrorEvent *pErr) ErrorF ("winClipboardErrorHandler - ERROR: \n\t%s\n" " errorCode %d\n" " serial %d\n" - " resourceID %d\n" + " resourceID 0x%x\n" " majorCode %d\n" " minorCode %d\n" , pszErrorMsg -- cgit v1.2.3