diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-27 12:04:15 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-27 12:04:15 +0000 |
commit | d5eecb1f507b5fc1ed67ef42c94fa74245345cd8 (patch) | |
tree | cca307d6b6f9782eaa611fedd9bdad94cf3de858 /cppe/demo/IceE/throughput/Client.cpp | |
parent | fix for bug 836: deprecation warnings in generated code (diff) | |
download | ice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.tar.bz2 ice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.tar.xz ice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.zip |
Fixed bug 808
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 60ad8aa56bf..9d17de76de5 100644 --- a/cppe/demo/IceE/throughput/Client.cpp +++ b/cppe/demo/IceE/throughput/Client.cpp @@ -375,7 +375,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { mbit *= 2; } - printf("throughput: %f Mbps\n", mbit); + printf("throughput: %.2fMbps\n", mbit); } else if(c == 's') { |