Skip to content
Snippets Groups Projects
Commit cc6485cf authored by ekdem's avatar ekdem
Browse files

HW2

parent 34de755a
No related branches found
No related tags found
No related merge requests found
......@@ -67,11 +67,11 @@ public class DemchkoClient {
} // end while(true)
} catch (IOException e) {
System.out.println("Problem with client: "); // describe what is happening
System.out.println("Houston we have a problem: "); // describe what is happening
System.out.println(e);
}
// program exit
System.out.println("client exit");
System.out.println("Demchko, out");
}
}
......@@ -75,7 +75,7 @@ public class DemchkoServer {
}
}
catch (IOException e) {
System.out.println("There is a problem with networking" + e);
System.out.println("Houston, we have a problem: " + e);
}
}
......
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