diff options
Diffstat (limited to 'src/net/java/games/jogl/impl/GLContextImpl.java')
-rwxr-xr-x | src/net/java/games/jogl/impl/GLContextImpl.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/games/jogl/impl/GLContextImpl.java b/src/net/java/games/jogl/impl/GLContextImpl.java index 1729cbbd2..7be7a81af 100755 --- a/src/net/java/games/jogl/impl/GLContextImpl.java +++ b/src/net/java/games/jogl/impl/GLContextImpl.java @@ -224,7 +224,7 @@ public abstract class GLContextImpl extends GLContext { functionAvailability.flush(); if (DEBUG) { - System.err.println(getThreadName() + ": !!! Initializing OpenGL extension address table"); + System.err.println(getThreadName() + ": !!! Initializing OpenGL extension address table for " + this); } resetProcAddressTable(getGLProcAddressTable()); if (!haveResetGLUProcAddressTable) { |