From 33249b6eca519947b02f3bfbf05b73d73c936094 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 22 Feb 2012 13:30:03 +0100 Subject: DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive '!!!' occurence --- src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java') diff --git a/src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java b/src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java index ea625fb27..2f486140f 100644 --- a/src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java +++ b/src/jogl/classes/jogamp/opengl/egl/EGLGraphicsConfiguration.java @@ -102,7 +102,7 @@ public class EGLGraphicsConfiguration extends MutableGraphicsConfiguration imple // FIXME: setScreen( ... ); setChosenCapabilities(newConfig.getChosenCapabilities()); if(DEBUG) { - System.err.println("!!! updateGraphicsConfiguration(1): "+this); + System.err.println("updateGraphicsConfiguration(1): "+this); } } } @@ -131,7 +131,7 @@ public class EGLGraphicsConfiguration extends MutableGraphicsConfiguration imple int[] stype = new int[1]; if(! EGL.eglGetConfigAttrib(display, config, EGL.EGL_SURFACE_TYPE, stype, 0)) { - throw new GLException("Could not determine EGL_SURFACE_TYPE !!!"); + throw new GLException("Could not determine EGL_SURFACE_TYPE"); } if ( 0 != ( stype[0] & EGL.EGL_WINDOW_BIT ) ) { -- cgit v1.2.3