diff --git a/hw/xfree86/dri/dri.c b/hw/xfree86/dri/dri.c index ae92fc213..875c9cc6c 100644 --- a/hw/xfree86/dri/dri.c +++ b/hw/xfree86/dri/dri.c @@ -1691,7 +1691,7 @@ DRISwapContext(int drmFD, void *oldctx, void *newctx) if (!newContext) { DRIDrvMsg(pScreen->myNum, X_ERROR, - "[DRI] Context Switch Error: oldContext=%x, newContext=%x\n", + "[DRI] Context Switch Error: oldContext=%p, newContext=%p\n", oldContext, newContext); return; }