diff options
-rw-r--r-- | src/radeon_exa_render.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_exa_render.c b/src/radeon_exa_render.c index 0c94a232..65924385 100644 --- a/src/radeon_exa_render.c +++ b/src/radeon_exa_render.c @@ -177,8 +177,8 @@ static Bool R300GetDestFormat(PicturePtr pDstPicture, CARD32 *dst_format) *dst_format = R300_COLORFORMAT_I8; break; default: - ErrorF("Unsupported dest format 0x%x\n", - (int)pDstPicture->format); + RADEON_FALLBACK(("Unsupported dest format 0x%x\n", + (int)pDstPicture->format)); return FALSE; } return TRUE; |