Skip to content

Commit

Permalink
changed client message output AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandy W committed Oct 13, 2011
1 parent 96dfaba commit be019f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ else while (menuSelection != 8) {

System.out.println("Average response time: " + (totalTime.get() / numProcesses) + " ms\n");
numProcesses = 1;
printOutput = true;
}

}
Expand Down

0 comments on commit be019f5

Please sign in to comment.