From 198a7f5516a450ad762dd214cd57ff3352af72b1 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Tue, 29 Mar 2005 20:47:25 +0000 Subject: [PATCH] updated text to print proper org.lwjgl.util.Debug --- src/java/org/lwjgl/test/SysTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/test/SysTest.java b/src/java/org/lwjgl/test/SysTest.java index 99fce123..afde7059 100644 --- a/src/java/org/lwjgl/test/SysTest.java +++ b/src/java/org/lwjgl/test/SysTest.java @@ -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."); }