summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/Client.cpp')
-rw-r--r--cpp/test/Ice/custom/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/custom/Client.cpp b/cpp/test/Ice/custom/Client.cpp
index e3470ac97e5..3a8d9845940 100644
--- a/cpp/test/Ice/custom/Client.cpp
+++ b/cpp/test/Ice/custom/Client.cpp
@@ -40,7 +40,7 @@ main(int argc, char** argv)
}
catch(const Ice::Exception& ex)
{
- cerr << ex << endl;
+ cerr << ex << ": " << ex.ice_stackTrace() << endl;
status = EXIT_FAILURE;
}