xf86-video-intel: src/sna/sna_accel.c

Chris Wilson ickle at kemper.freedesktop.org
Tue Jul 22 01:17:45 PDT 2014


 src/sna/sna_accel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit feba651db8dd61356fb6296b55d46168bd4d7011
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Jul 22 09:15:01 2014 +0100

    sna: Remove %# from DBG messages
    
    LogF doesn't support the 0x-prefix instruction.
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c
index dd37396..222c8b5 100644
--- a/src/sna/sna_accel.c
+++ b/src/sna/sna_accel.c
@@ -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;
 	}


More information about the xorg-commit mailing list