summaryrefslogtreecommitdiff
path: root/py/demo/Ice/throughput/Client.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-01-27 12:04:15 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-01-27 12:04:15 +0000
commitd5eecb1f507b5fc1ed67ef42c94fa74245345cd8 (patch)
treecca307d6b6f9782eaa611fedd9bdad94cf3de858 /py/demo/Ice/throughput/Client.py
parentfix for bug 836: deprecation warnings in generated code (diff)
downloadice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.tar.bz2
ice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.tar.xz
ice-d5eecb1f507b5fc1ed67ef42c94fa74245345cd8.zip
Fixed bug 808
Diffstat (limited to 'py/demo/Ice/throughput/Client.py')
-rw-r--r--py/demo/Ice/throughput/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/throughput/Client.py b/py/demo/Ice/throughput/Client.py
index 8f5d61c0989..a2eb006526f 100644
--- a/py/demo/Ice/throughput/Client.py
+++ b/py/demo/Ice/throughput/Client.py
@@ -182,7 +182,7 @@ class Client(Ice.Application):
mbit = repetitions * seqSize * wireSize * 8.0 / tsec / 1000000.0
if c == 'e':
mbit = mbit * 2
- print "throughput: %.3f Mbps" % mbit
+ print "throughput: %.3fMbps" % mbit
elif c == 's':
throughput.shutdown()
elif c == 'x':