This commit is contained in:
Leonardo Brandenberger 2022-04-12 16:42:19 +02:00
parent 9eb352c0fe
commit 914fa8f1e2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class ServerConnectionHandler implements Runnable{
}
public void startReceiving() {
System.out.println("Starting Connection Handler for " + userName);
System.out.println("Starting Connection Handler for new User");
try {
System.out.println("Start receiving data...");
while (connection.isAvailable()) {