diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2013-04-19 16:12:01 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2013-04-19 16:12:01 +0000 |
commit | d264385b64ffee01a08687aa0363295e8250f6ff (patch) | |
tree | a1d09c35b9d02a9a478a9259ac72e2a310a913d6 /TAO/orbsvcs | |
parent | 8115e3398f5ae8442509046d3284e529fcaf9c0a (diff) | |
download | ATCD-d264385b64ffee01a08687aa0363295e8250f6ff.tar.gz |
Fri Apr 19 16:08:52 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp index e5e0f6f9c29..b845098cce3 100644 --- a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp +++ b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/client.cpp @@ -1614,11 +1614,11 @@ do_persistence_objectgroup_test ( } catch (const CORBA::Exception& ex) { + ex._tao_print_exception ("CORBA::Exception caught:"); ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("ERROR: Unable to remove member for group %C\n"), basic_group_name), RC_ERROR); - ex._tao_print_exception ("CORBA::Exception caught:"); } } |