Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWTAccessor: Cleanup disable debug messages #90

Merged
merged 1 commit into from Mar 26, 2019

Conversation

packet0
Copy link

@packet0 packet0 commented Aug 11, 2015

Variable DEBUG was set permanently to 'true' which caused single-line err output during construction of com.jogamp.opengl.swt.GLCanvas.
The message should be conditional, controlled by property, checked with nativewindow.Debug.

PS1. haven't tested if it compiles; don't have the env at the moment
PS2. not sure if "SWT" is suitable as sub-component string

@packet0 packet0 changed the title Make nativewindow swt debug message conditional SWTAccessor: Cleanup disable debug messages Aug 11, 2015
@xranby
Copy link
Contributor

xranby commented Aug 11, 2015

This pullrequest fixes one of many similar issues in the JogAmp module classes where the debug messages are permanently enabled or permanently disabled:
https://jogamp.org/bugzilla/show_bug.cgi?id=1191

@sgothel sgothel merged commit deb3cea into sgothel:master Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants