TD2: Fix the remaining bugs in the IHM chat client.
[TD_SR.git] / TD2 / server / BroadcastoThreadService.java
index 3431b77e0f5bd7bce763013435f1263d706e8571..fb4737cf7c96e69d946982414ea0b6f179af35a8 100644 (file)
@@ -58,7 +58,7 @@ public class BroadcastoThreadService 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 <" + roMsg + "> received from " + clientSocket.toString());
+                       System.out.println("Broadcasting the message \"" + roMsg + "\" received from " + clientSocket.toString());
                        broadcastoMsg(roMsg);
                }
                sharedList.remove(OWriter);