|
From: Brian M. <ma...@us...> - 2005-03-29 20:47:50
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32737/src/java/org/lwjgl/test Modified Files: SysTest.java Log Message: updated text to print proper org.lwjgl.util.Debug Index: SysTest.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/test/SysTest.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- SysTest.java 29 Mar 2005 18:09:31 -0000 1.8 +++ SysTest.java 29 Mar 2005 20:47:25 -0000 1.9 @@ -72,7 +72,7 @@ LWJGLUtil.log("Debug is enabled, you should now see output from LWJGL during the following tests."); } else { System.out.println("Debug is not enabled. Please set the org.lwjgl.Sys.debug property to true to enable debugging"); - System.out.println("Example:\n java -Dorg.lwjgl.Sys.debug=true ..."); + System.out.println("Example:\n java -Dorg.lwjgl.util.Debug=true ..."); System.out.println("You will not see any debug output in the following tests."); } |