From: Keith Whitwell Date: Thu, 12 May 2005 10:22:29 +0000 (+0000) Subject: Rein in debug slightly X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5c72837af9d3e358459c7f2e3ef9263c160d2a70;p=mesa.git Rein in debug slightly --- diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index eb2f2e0c817..588ef969f33 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.