From 5c7eaa8c5301abe3aa288d9713ae745bd2ad7ee4 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 9 Jul 1999 02:18:30 +0000 Subject: Cosmetic updates. --- TAO/tao/IIOP_Connect.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'TAO/tao/IIOP_Connect.cpp') diff --git a/TAO/tao/IIOP_Connect.cpp b/TAO/tao/IIOP_Connect.cpp index 1a35d7df728..fa6615cbc5c 100644 --- a/TAO/tao/IIOP_Connect.cpp +++ b/TAO/tao/IIOP_Connect.cpp @@ -137,7 +137,7 @@ TAO_IIOP_Server_Connection_Handler::open (void*) if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) IIOP connection from client <%s> on %d\n", + "TAO (%P|%t) IIOP connection from client <%s> on %d\n", client, this->peer ().get_handle ())); return 0; @@ -157,7 +157,7 @@ TAO_IIOP_Server_Connection_Handler::activate (long flags, { if (TAO_orbdebug) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) TAO_IIOP_Server_Connection_Handler::activate %d " + "TAO (%P|%t) IIOP_Server_Connection_Handler::activate %d " "threads, flags = %d\n", n_threads, flags, @@ -181,7 +181,7 @@ TAO_IIOP_Server_Connection_Handler::handle_close (ACE_HANDLE handle, { if (TAO_orbdebug) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) TAO_IIOP_Server_Connection_Handler::handle_close " + "TAO (%P|%t) IIOP_Server_Connection_Handler::handle_close " "(%d, %d)\n", handle, rm)); @@ -202,7 +202,7 @@ TAO_IIOP_Server_Connection_Handler::svc (void) if (TAO_orbdebug) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) TAO_IIOP_Server_Connection_Handler::svc begin\n")); + "TAO (%P|%t) IIOP_Server_Connection_Handler::svc begin\n")); // Here we simply synthesize the "typical" event loop one might find // in a reactive handler, except that this can simply block waiting @@ -229,7 +229,7 @@ TAO_IIOP_Server_Connection_Handler::handle_input (ACE_HANDLE) { ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - %p\n", - "TAO_IIOP_Server_Connection_Handler::handle_input, " + "IIOP_Server_Connection_Handler::handle_input, " "handle_input")); } @@ -332,7 +332,7 @@ TAO_IIOP_Client_Connection_Handler::open (void *) if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) IIOP connection to server <%s> on %d\n", + "TAO (%P|%t) IIOP connection to server <%s> on %d\n", server, this->peer ().get_handle ())); // Register the handler with the Reactor if necessary. @@ -352,7 +352,7 @@ TAO_IIOP_Client_Connection_Handler::handle_close (ACE_HANDLE handle, if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "(%P|%t) TAO_IIOP_Client_Connection_Handler::" + "TAO (%P|%t) IIOP_Client_Connection_Handler::" "handle_close (%d, %d)\n", handle, rm)); if (this->recycler ()) -- cgit v1.2.1