From aac1265340ae2ee1cad6bbf89369ba0288a6a290 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 16 Sep 2023 15:40:48 +0200 Subject: Debug.debugExplicit(): Define and use explicit symbol debug flag; Use it for certain debug output to keep most silence for debugAll() --- src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jogl/classes/jogamp/opengl/macosx') diff --git a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java index 20a433aa9..2fb690747 100644 --- a/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java +++ b/src/jogl/classes/jogamp/opengl/macosx/cgl/MacOSXCGLContext.java @@ -125,7 +125,7 @@ public class MacOSXCGLContext extends GLContextImpl isMavericksOrLater = false; isMojaveOrLater = false; } - DEBUG1398 = Debug.debugNotAll("Bug1398"); + DEBUG1398 = Debug.debugExplicit("Bug1398"); } static boolean isGLProfileSupported(final int ctp, final int major, final int minor) { -- cgit v1.2.3