diff options
author | Michi Henning <michi@zeroc.com> | 2006-01-12 01:38:19 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-01-12 01:38:19 +0000 |
commit | 3c691c192fbb575b095e58f5b93e09c29d0ef583 (patch) | |
tree | 836bef29422c15107631d78f1557224759e6d68d /cppe/demo/IceE/throughput/Client.cpp | |
parent | comment out cvs_build in Make.rules.cs (diff) | |
download | ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.tar.bz2 ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.tar.xz ice-3c691c192fbb575b095e58f5b93e09c29d0ef583.zip |
Bug 749.
Diffstat (limited to 'cppe/demo/IceE/throughput/Client.cpp')
-rw-r--r-- | cppe/demo/IceE/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/Client.cpp b/cppe/demo/IceE/throughput/Client.cpp index 6f9a895a1d6..44f1cd25781 100644 --- a/cppe/demo/IceE/throughput/Client.cpp +++ b/cppe/demo/IceE/throughput/Client.cpp @@ -372,7 +372,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { mbit *= 2; } - printf("throughput: %f MBit/s\n", mbit); + printf("throughput: %f Mbps\n", mbit); } else if(c == 's') { |