diff --git a/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java b/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java
index d45e65a91d4151c5c0551497d1faab68e29fa8ce..b8954324d1ec1dc1c6acd0617021c42f3b4bccbb 100644
--- a/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java
+++ b/assignments/src/MV3500Cohort2023MarchJune/homework1/Oblak/Assignment1Client.java
@@ -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)