From dbd97ca7baf645e4fd1af78683f84736375786d6 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sat, 1 Jun 2013 03:35:34 +0200 Subject: Always print what is being probed Reviewed-by: Paul Berry --- tests/fbo/fbo-pbo-readpixels-small.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fbo') diff --git a/tests/fbo/fbo-pbo-readpixels-small.c b/tests/fbo/fbo-pbo-readpixels-small.c index a56541661..8c0ebb019 100644 --- a/tests/fbo/fbo-pbo-readpixels-small.c +++ b/tests/fbo/fbo-pbo-readpixels-small.c @@ -82,7 +82,7 @@ static GLboolean probe(int x, int y, uint32_t expected, uint32_t observed) { if ((expected & 0xffffff) != (observed & 0xffffff)) { - printf("Probe at (%i,%i)\n", x, y); + printf("Probe color at (%i,%i)\n", x, y); printf(" Expected: 0x%08x\n", expected); printf(" Observed: 0x%08x\n", observed); -- cgit v1.2.3