summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-12 10:22:29 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-12 10:22:29 +0000
commit5c72837af9d3e358459c7f2e3ef9263c160d2a70 (patch)
tree6406c3560d9ac2538240b69e7112bf76c66c4307 /src/mesa
parent5f430c9976c71d7167f9327623e1df5fce53a970 (diff)
Rein in debug slightly
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/main/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c
index eb2f2e0c81..588ef969f3 100644
--- a/src/mesa/main/context.c
+++ b/src/mesa/main/context.c
@@ -1745,7 +1745,7 @@ void
_mesa_make_current( GLcontext *newCtx, GLframebuffer *drawBuffer,
GLframebuffer *readBuffer )
{
- if (MESA_VERBOSE)
+ if (MESA_VERBOSE & VERBOSE_API)
_mesa_debug(newCtx, "_mesa_make_current()\n");
/* Check that the context's and framebuffer's visuals are compatible.