summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp')
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp
index 9a92f7672b7..46c4224eea9 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp
+++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/client.cpp
@@ -211,8 +211,7 @@ main (int argc, char *argv[])
}
catch (const CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "Caught exception:");
+ ex._tao_print_exception ("Caught exception:");
return -1;
}