Rein in debug slightly
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 12 May 2005 10:22:29 +0000 (10:22 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 12 May 2005 10:22:29 +0000 (10:22 +0000)
src/mesa/main/context.c

index eb2f2e0c817cab8b15e9f5540f0bea4f931901ae..588ef969f331497e3a759ba86798136e66120e18 100644 (file)
@@ -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.