diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-22 09:15:01 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-07-22 09:15:43 +0100 |
commit | feba651db8dd61356fb6296b55d46168bd4d7011 (patch) | |
tree | 24ae673337d1e13cb2ff2498cbb934c2668b6b54 | |
parent | 13e20c7f61d8b21b33c02d8b737cf9c06bf50f17 (diff) |
sna: Remove %# from DBG messages
LogF doesn't support the 0x-prefix instruction.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | src/sna/sna_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index dd373962..222c8b59 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; } |