summaryrefslogtreecommitdiff
path: root/CIAO/tests/CIAO_ComponentServer/Activator/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tests/CIAO_ComponentServer/Activator/client.cpp')
-rw-r--r--CIAO/tests/CIAO_ComponentServer/Activator/client.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/tests/CIAO_ComponentServer/Activator/client.cpp b/CIAO/tests/CIAO_ComponentServer/Activator/client.cpp
index ffa31a181e5..173a37cd88d 100644
--- a/CIAO/tests/CIAO_ComponentServer/Activator/client.cpp
+++ b/CIAO/tests/CIAO_ComponentServer/Activator/client.cpp
@@ -175,6 +175,10 @@ ACE_TMAIN (int argc, char **argv)
{
ACE_ERROR ((LM_ERROR, "Error: Caught RemoveFailure exception.\n"));
}
+ catch (::CORBA::Exception &e)
+ {
+ ACE_ERROR ((LM_ERROR, "Error: Caught %s.\n", e._info ().c_str ()));
+ }
catch (...)
{
ACE_ERROR ((LM_ERROR, "Error: Caught unknown exception\n"));