summaryrefslogtreecommitdiff
path: root/tests/fbo
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fbo')
-rw-r--r--tests/fbo/fbo-pbo-readpixels-small.c2
1 files changed, 1 insertions, 1 deletions
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);