summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Pluggable_Messaging.cpp b/TAO/tao/Pluggable_Messaging.cpp
index 68dba64c85a..5a3f79b2411 100644
--- a/TAO/tao/Pluggable_Messaging.cpp
+++ b/TAO/tao/Pluggable_Messaging.cpp
@@ -42,7 +42,7 @@ TAO_Pluggable_Messaging_Interface::
ACE_DEBUG ((LM_DEBUG,
ASYS_TEXT ("TAO: (%P|%t|%N|%l) closing conn %d after fault %p\n"),
transport->handle (),
- ASYS_TEXT ("GIOP_Message_Base::send_message ()")));
+ ASYS_TEXT ("transport_message ()\n")));
return -1;
}
@@ -52,7 +52,7 @@ TAO_Pluggable_Messaging_Interface::
{
if (TAO_orbdebug)
ACE_DEBUG ((LM_DEBUG,
- ASYS_TEXT ("TAO: (%P|%t|%N|%l) send_message () ")
+ ASYS_TEXT ("TAO: (%P|%t|%N|%l) send_message () \n")
ASYS_TEXT ("EOF, closing conn %d\n"),
transport->handle()));
return -1;