diff options
Diffstat (limited to 'cpp/demo/Ice/async/Client.cpp')
-rw-r--r-- | cpp/demo/Ice/async/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/async/Client.cpp b/cpp/demo/Ice/async/Client.cpp index e164fb18cc3..cefda4dc3d7 100644 --- a/cpp/demo/Ice/async/Client.cpp +++ b/cpp/demo/Ice/async/Client.cpp @@ -23,7 +23,7 @@ public: virtual void ice_exception(const Ice::Exception& ex) { - cerr << ex << endl; + cerr << "sayHello AMI call failed:\n" << ex << endl; } }; |