updated text to print proper org.lwjgl.util.Debug

This commit is contained in:
Brian Matzon 2005-03-29 20:47:25 +00:00
parent 2d2a2cf74f
commit 198a7f5516
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class SysTest {
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.");
}