aboutsummaryrefslogtreecommitdiff
path: root/src/Probe.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Probe.java')
-rw-r--r--src/Probe.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Probe.java b/src/Probe.java
index c72c2ad..0b8a73e 100644
--- a/src/Probe.java
+++ b/src/Probe.java
@@ -91,6 +91,7 @@ class Probe implements IvyApplicationListener, IvyMessageListener, Runnable {
}
public void run() {
+ // System.out.println("Probe Thread started"); // THREADDEBUG
Thread thisThread=Thread.currentThread();
String s;
while (looperThread==thisThread) {
@@ -110,6 +111,7 @@ class Probe implements IvyApplicationListener, IvyMessageListener, Runnable {
}
} //while
System.out.println("End of looping");
+ // System.out.println("Probe Thread stopped"); // THREADDEBUG
System.exit(0);
}