sna: Remove %# from DBG messages
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 22 Jul 2014 08:15:01 +0000 (09:15 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 22 Jul 2014 08:15:43 +0000 (09:15 +0100)
LogF doesn't support the 0x-prefix instruction.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
src/sna/sna_accel.c

index dd37396..222c8b5 100644 (file)
@@ -14715,7 +14715,7 @@ sna_poly_fill_rect(DrawablePtr draw, GCPtr gc, int n, xRectangle *rect)
        }
 
        if (!PM_IS_SOLID(draw, gc->planemask)) {
-               DBG(("%s: fallback -- planemask=%#lx (not-solid)\n",
+               DBG(("%s: fallback -- planemask=0x%lx (not-solid)\n",
                     __FUNCTION__, gc->planemask));
                goto fallback;
        }