summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/throughput/Client.cpp
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-01-12 01:38:19 +0000
committerMichi Henning <michi@zeroc.com>2006-01-12 01:38:19 +0000
commit3c691c192fbb575b095e58f5b93e09c29d0ef583 (patch)
tree836bef29422c15107631d78f1557224759e6d68d /cppe/demo/IceE/throughput/Client.cpp
parentcomment out cvs_build in Make.rules.cs (diff)
downloadice-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.cpp2
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')
{