From 5a44dbef7c997b6e09a565306c60e7146f0f8c2b Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Dec 2002 17:17:20 +0000 Subject: Passage à 1.2.2 --- src/IvyWatcher.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/IvyWatcher.java') 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 } /** -- cgit v1.1