Skip to content
Snippets Groups Projects
Commit 69bed2bf authored by Oblak, William (Maj)'s avatar Oblak, William (Maj)
Browse files

Changed the Client message

parent 60e979ea
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,10 @@ public class Assignment1Client
// do things a bit differently if there were many lines to be read
// from the server instead of one only.
serverMessage = br.readLine();
System.out.println("======================Assignment1===========================");
System.out.println("===================Oblak's Assignment1========================");
System.out.print ("Client loop " + clientLoopCount + ": ");
System.out.println("now we're talking!");
System.out.print ("Oblaks Client loop " + clientLoopCount + ": ");
System.out.println("we are finally rolling.");
System.out.println("The message the server sent was: '" + serverMessage + "'");
// socket gets closed, either automatically/silently by this code (or possibly by the server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment