summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_depth.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-22 04:58:42 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-22 04:58:42 +0000
commit4fd11949f03039a95dbdbfdae7865615d5a727d6 (patch)
treeefd0279b62dc16543a363a9e17151cca49988dc5 /src/mesa/swrast/s_depth.c
parent63016507d7916231d139d7e3816b7c1b3809fa87 (diff)
fix a debug message
Diffstat (limited to 'src/mesa/swrast/s_depth.c')
-rw-r--r--src/mesa/swrast/s_depth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_depth.c b/src/mesa/swrast/s_depth.c
index d5363fcef7..4011b037e3 100644
--- a/src/mesa/swrast/s_depth.c
+++ b/src/mesa/swrast/s_depth.c
@@ -1256,7 +1256,7 @@ _swrast_read_depth_span_float( GLcontext *ctx, struct gl_renderbuffer *rb,
}
}
else {
- _mesa_problem(ctx, "Invalid depth renderbuffer internal format");
+ _mesa_problem(ctx, "Invalid depth renderbuffer data type");
}
}