diff options
Diffstat (limited to 'cs/demo/Ice/async/Client.cs')
-rw-r--r-- | cs/demo/Ice/async/Client.cs | 2 |
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 { |