TD2: Fix the remaining bugs in the IHM chat client.
[TD_SR.git] / TD2 / server / BroadcastThreadService.java
index 4bb29435b74ebcd62f554aa4399586cd209a513a..9ea5cdd5f90af52d4ee7ba2b23286f2bc61512f4 100644 (file)
@@ -54,7 +54,7 @@ public class BroadcastThreadService implements Runnable {
                                end = true; // le thread de service doit terminer
                                break; // do not broadcast the dot that will close all clients threads
                        }
-                       System.out.println("Broadcasting the message <" + theLine + "> received from " + clientSocket.toString());
+                       System.out.println("Broadcasting the message \"" + theLine + "\" received from " + clientSocket.toString());
                        broadcastMsg(theLine);
                }
                sharedList.remove(OWriter);