summaryrefslogtreecommitdiff
path: root/cs/demo/Ice/async/Client.cs
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-08-15 13:59:55 -0230
committerDwayne Boone <dwayne@zeroc.com>2007-08-15 13:59:55 -0230
commit1d265d0027c43825a0dd9567589758713a27452c (patch)
tree207e11aba123ed504311ba5b988b79d151852704 /cs/demo/Ice/async/Client.cs
parentAdded missing file (diff)
downloadice-1d265d0027c43825a0dd9567589758713a27452c.tar.bz2
ice-1d265d0027c43825a0dd9567589758713a27452c.tar.xz
ice-1d265d0027c43825a0dd9567589758713a27452c.zip
Added expect scripts
Diffstat (limited to 'cs/demo/Ice/async/Client.cs')
-rw-r--r--cs/demo/Ice/async/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/demo/Ice/async/Client.cs b/cs/demo/Ice/async/Client.cs
index ea7ab3aed85..e1149f464fe 100644
--- a/cs/demo/Ice/async/Client.cs
+++ b/cs/demo/Ice/async/Client.cs
@@ -22,7 +22,7 @@ public class Client : Ice.Application
{
if(ex is RequestCanceledException)
{
- Console.Error.WriteLine("Request canceled");
+ Console.Error.WriteLine("RequestCanceledException");
}
else
{