What is the "it" that says that? Is there an error or is there a print statement in the code that prints that message?
Is this the statement:

System.out.println("Server: " + fromServer);
Was...