From b00c6b4d36d60bc3a29a4458e42fb29c9a9ca941 Mon Sep 17 00:00:00 2001
From: sg215889 <sg215889@jordan.goethel.localnet>
Date: Wed, 29 Jul 2009 02:49:40 -0700
Subject: Refine debug message

---
 src/jogl/classes/javax/media/opengl/GLProfile.java | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/jogl/classes/javax/media/opengl')

diff --git a/src/jogl/classes/javax/media/opengl/GLProfile.java b/src/jogl/classes/javax/media/opengl/GLProfile.java
index ead5f6396..6dab57469 100644
--- a/src/jogl/classes/javax/media/opengl/GLProfile.java
+++ b/src/jogl/classes/javax/media/opengl/GLProfile.java
@@ -709,6 +709,8 @@ public class GLProfile implements Cloneable {
             System.err.println("GLProfile.static hasGL3Impl "+hasGL3Impl);
             System.err.println("GLProfile.static hasGL2Impl "+hasGL2Impl);
             System.err.println("GLProfile.static hasGL2ES12Impl "+hasGL2ES12Impl);
+            System.err.println("GLProfile.static hasEGLDynLookup "+hasEGLDynLookup);
+            System.err.println("GLProfile.static hasEGLDrawableFactory "+hasEGLDrawableFactory);
             System.err.println("GLProfile.static hasGLES2Impl "+hasGLES2Impl);
             System.err.println("GLProfile.static hasGLES1Impl "+hasGLES1Impl);
         }
-- 
cgit v1.2.3