summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Upcall.cpp')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.cpp b/TAO/tao/PortableServer/Servant_Upcall.cpp
index 615edc27976..ac090ee3ce2 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.cpp
+++ b/TAO/tao/PortableServer/Servant_Upcall.cpp
@@ -439,8 +439,8 @@ namespace TAO
catch ( ::CORBA::Exception& ex)
{
// Ignore exceptions
- ACE_PRINT_EXCEPTION (ex,
- "TAO_POA::~complete_destruction_i");
+ ex._tao_print_exception (
+ "TAO_POA::~complete_destruction_i");
}
this->poa_ = 0;