summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_drawpix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/swrast/s_drawpix.c')
-rw-r--r--src/mesa/swrast/s_drawpix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_drawpix.c b/src/mesa/swrast/s_drawpix.c
index 4e7cd9414f..8fbb0a8d10 100644
--- a/src/mesa/swrast/s_drawpix.c
+++ b/src/mesa/swrast/s_drawpix.c
@@ -751,7 +751,7 @@ _swrast_DrawPixels( struct gl_context *ctx,
type, unpack, pixels);
break;
default:
- _mesa_problem(ctx, "unexpected format in _swrast_DrawPixels");
+ _mesa_problem(ctx, "unexpected format 0x%x in _swrast_DrawPixels", format);
/* don't return yet, clean-up */
}