summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Root_POA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Root_POA.cpp')
-rw-r--r--TAO/tao/PortableServer/Root_POA.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Root_POA.cpp b/TAO/tao/PortableServer/Root_POA.cpp
index 5ccdbe5956e..b5f37deb69b 100644
--- a/TAO/tao/PortableServer/Root_POA.cpp
+++ b/TAO/tao/PortableServer/Root_POA.cpp
@@ -2439,9 +2439,9 @@ TAO_Root_POA::ORT_adapter_i (void)
}
catch ( ::CORBA::Exception& ex)
{
- ACE_PRINT_EXCEPTION (ex,
- "(%P|%t) Cannot initialize the "
- "object_reference_template_adapter\n");
+ ex._tao_print_exception (
+ "(%P|%t) Cannot initialize the "
+ "object_reference_template_adapter\n");
}
return this->ort_adapter_;