X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TD2%2Fclient%2FThreadClientoSend.java;h=52db7d5abdcad564bc3dc80635086d265da27794;hb=92d3f605b46c717c1f8dc7aa30dd25db518b7582;hp=dd8d03b65a1679e2745a5974164fb0248dfadc87;hpb=6b300998692af2dca53cf1fe97305d27b56430b0;p=TD_SR.git diff --git a/TD2/client/ThreadClientoSend.java b/TD2/client/ThreadClientoSend.java index dd8d03b..52db7d5 100644 --- a/TD2/client/ThreadClientoSend.java +++ b/TD2/client/ThreadClientoSend.java @@ -4,8 +4,7 @@ import java.util.Random; public class ThreadClientoSend implements Runnable { private SocketClient client; - //FIXME: use a random name by thread for now - // should be setable + //FIXME: use a random name by thread for now, should be setable private String randName; ThreadClientoSend(SocketClient c) { @@ -55,6 +54,7 @@ public class ThreadClientoSend implements Runnable { } catch (IOException e) { System.err.println("IOException: " + e); + e.printStackTrace(); } } }