summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/throughput/Client.cs
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 /cs/demo/Ice/throughput/Client.cs
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 'cs/demo/Ice/throughput/Client.cs')
-rwxr-xr-xcs/demo/Ice/throughput/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/throughput/Client.cs b/cs/demo/Ice/throughput/Client.cs
index bda66f01e3e..100710eab56 100755
--- a/cs/demo/Ice/throughput/Client.cs
+++ b/cs/demo/Ice/throughput/Client.cs
@@ -359,7 +359,7 @@ public class Client : Ice.Application
{
mbit *= 2;
}
- Console.WriteLine("throughput: " + mbit.ToString("F") + "Mbps");
+ Console.WriteLine("throughput: " + mbit.ToString("#.##") + "Mbps");
}
else if(line.Equals("s"))
{