aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client
diff options
context:
space:
mode:
Diffstat (limited to 'testing-client')
-rw-r--r--testing-client/src/org/aspectj/testing/server/TestServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-client/src/org/aspectj/testing/server/TestServer.java b/testing-client/src/org/aspectj/testing/server/TestServer.java
index b7ac11c0a..b7b0d762b 100644
--- a/testing-client/src/org/aspectj/testing/server/TestServer.java
+++ b/testing-client/src/org/aspectj/testing/server/TestServer.java
@@ -27,7 +27,7 @@ import java.util.StringTokenizer;
public class TestServer implements Runnable {
- private static final boolean debug = true;
+ private static final boolean debug = Boolean.getBoolean("org.aspectj.testing.server.debug");
private boolean exitOnError = true;
private File workingDirectory;