aboutsummaryrefslogtreecommitdiff
path: root/src/IvyWatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/IvyWatcher.java')
-rwxr-xr-xsrc/IvyWatcher.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IvyWatcher.java b/src/IvyWatcher.java
index d64b0d6..7157c18 100755
--- a/src/IvyWatcher.java
+++ b/src/IvyWatcher.java
@@ -77,6 +77,7 @@ class IvyWatcher implements Runnable {
* the behaviour of each thread watching the UDP socket.
*/
public void run() {
+ // System.out.println("IvyWatcher Thread started"); // THREADDEBUG
Thread thisThread=Thread.currentThread();
traceDebug("beginning of a watcher Thread");
byte buf[] = new byte[256];
@@ -132,6 +133,7 @@ class IvyWatcher implements Runnable {
ioe.printStackTrace();
}
traceDebug("end of a watcher thread");
+ // System.out.println("IvyWatcher Thread stopped"); // THREADDEBUG
}
/**