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 /cpp/demo/Ice/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 'cpp/demo/Ice/throughput/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/Client.cpp b/cpp/demo/Ice/throughput/Client.cpp index 71662073296..e342ea31d3e 100644 --- a/cpp/demo/Ice/throughput/Client.cpp +++ b/cpp/demo/Ice/throughput/Client.cpp @@ -351,7 +351,7 @@ ThroughputClient::run(int argc, char* argv[]) { mbit *= 2; } - cout << "throughput: " << mbit << " MBit/s" << endl; + cout << "throughput: " << mbit << " Mbps" << endl; } else if(c == 's') { |