aboutsummaryrefslogtreecommitdiff
path: root/src/IvyWatcher.java
diff options
context:
space:
mode:
authorjestin2002-12-27 17:17:20 +0000
committerjestin2002-12-27 17:17:20 +0000
commit5a44dbef7c997b6e09a565306c60e7146f0f8c2b (patch)
tree682d9cf3854d06f11757d2ad9eb60ef3d45faf9a /src/IvyWatcher.java
parent21db182d2ba046114e5a48893e32335e7990f8f5 (diff)
downloadivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.zip
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.gz
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.bz2
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.xz
Passage à 1.2.2
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
}
/**