summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp')
-rw-r--r--TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
index 04712dc4ff8..6f34dd52d84 100644
--- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
+++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp
@@ -132,8 +132,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (
catch ( ::CORBA::Exception& ex)
{
if (TAO_debug_level >= 4)
- ACE_PRINT_EXCEPTION (ex,
- "Exception during reply handler");
+ ex._tao_print_exception ("Exception during reply handler");
}
}
@@ -182,8 +181,8 @@ TAO_Asynch_Reply_Dispatcher::connection_closed (void)
{
if (TAO_debug_level >= 4)
{
- ACE_PRINT_EXCEPTION (ex,
- "Asynch_Reply_Dispacher::connection_closed");
+ ex._tao_print_exception (
+ "Asynch_Reply_Dispacher::connection_closed");
}
}
@@ -240,8 +239,7 @@ TAO_Asynch_Reply_Dispatcher::reply_timed_out (void)
{
if (TAO_debug_level >= 4)
{
- ACE_PRINT_EXCEPTION (ex,
- "Asynch_Reply_Dispacher::reply_timed_out");
+ ex._tao_print_exception ("Asynch_Reply_Dispacher::reply_timed_out");
}
}