summaryrefslogtreecommitdiff
path: root/java/demo/Ice/throughput/Client.java
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 /java/demo/Ice/throughput/Client.java
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 'java/demo/Ice/throughput/Client.java')
-rw-r--r--java/demo/Ice/throughput/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/throughput/Client.java b/java/demo/Ice/throughput/Client.java
index 4dc7af06ebe..33813e1fa74 100644
--- a/java/demo/Ice/throughput/Client.java
+++ b/java/demo/Ice/throughput/Client.java
@@ -371,7 +371,7 @@ public class Client extends Ice.Application
{
mbit *= 2;
}
- System.out.println("throughput: " + mbit + " MBit/s");
+ System.out.println("throughput: " + mbit + " Mbps");
}
else if(line.equals("s"))
{