summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-12 20:26:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-12 20:26:35 +0000
commit4a9f0b82862883041199650b5a7a45b9ae32e3ab (patch)
tree24dc624b0e64cf806e88eb95a82aee19de357f86 /TAO/tao/Strategies/SCIOP_Transport.cpp
parentff02223713045e4860034860b4a3f13e856ad18e (diff)
downloadATCD-4a9f0b82862883041199650b5a7a45b9ae32e3ab.tar.gz
Thu Feb 12 20:22:44 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Exclusive_TMS.cpp: Updated a few debug statements to have the same layout as in other places * tao/Acceptor_Impl.cpp * tao/Asynch_Queued_Message.cpp * tao/CSD_Framework/CSD_Strategy_Repository.cpp * tao/default_resource.cpp * tao/DynamicInterface/DII_Invocation.cpp * tao/DynamicInterface/DII_Reply_Dispatcher.cpp * tao/DynamicInterface/DII_Reply_Handler.cpp * tao/Exclusive_TMS.cpp * tao/FlResource/FlResource_Factory.cpp * tao/FoxResource/FoxResource_Factory.cpp * tao/GIOP_Message_Base.cpp * tao/GIOP_Message_Generator_Parser_10.cpp * tao/GIOP_Message_State.cpp * tao/IIOP_Connector.cpp * tao/IIOP_Profile.cpp * tao/Invocation_Adapter.cpp * tao/Messaging/Asynch_Reply_Dispatcher.cpp * tao/Muxed_TMS.cpp * tao/ORB_Core.cpp * tao/PI/Interceptor_List_T.cpp * tao/PortableServer/Active_Object_Map.cpp * tao/PortableServer/Object_Adapter.cpp * tao/PortableServer/Root_POA.cpp * tao/QtResource/QtResource_Factory.cpp * tao/Queued_Data.cpp * tao/Remote_Invocation.cpp * tao/RTScheduling/Request_Interceptor.cpp * tao/RTScheduling/RTScheduler_Initializer.cpp * tao/Strategies/COIOP_Acceptor.cpp * tao/Strategies/COIOP_Profile.cpp * tao/Strategies/DIOP_Acceptor.cpp * tao/Strategies/DIOP_Transport.cpp * tao/Strategies/SCIOP_Acceptor.cpp * tao/Strategies/SCIOP_Connection_Handler.cpp * tao/Strategies/SCIOP_Connector.cpp * tao/Strategies/SCIOP_Endpoint.cpp * tao/Strategies/SCIOP_Profile.cpp * tao/Strategies/SCIOP_Transport.cpp * tao/Strategies/SHMIOP_Profile.cpp * tao/Strategies/SHMIOP_Transport.cpp * tao/Strategies/UIOP_Acceptor.cpp * tao/Strategies/UIOP_Connector.cpp * tao/Strategies/UIOP_Profile.cpp * tao/Strategies/UIOP_Transport.cpp * tao/Synch_Invocation.cpp * tao/Synch_Reply_Dispatcher.cpp * tao/Tagged_Profile.cpp * tao/TkResource/TkResource_Factory.cpp * tao/Transport_Cache_Manager_T.cpp * tao/Transport_Connector.cpp * tao/Wait_On_Read.cpp * tao/XtResource/XtResource_Factory.cpp Updated debug statements with layout and unicode fixes
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Transport.cpp')
-rw-r--r--TAO/tao/Strategies/SCIOP_Transport.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Transport.cpp b/TAO/tao/Strategies/SCIOP_Transport.cpp
index 042d6e926ef..e9ab70bb63c 100644
--- a/TAO/tao/Strategies/SCIOP_Transport.cpp
+++ b/TAO/tao/Strategies/SCIOP_Transport.cpp
@@ -234,7 +234,7 @@ TAO_SCIOP_Transport::set_bidir_context_info (TAO_Operation_Details &opdetails)
{
ACE_ERROR ((LM_ERROR,
"TAO (%P|%t) - SCIOP_Transport::set_bidir_info, "
- "error getting listen_point \n"));
+ "error getting listen_point\n"));
return;
}
@@ -294,7 +294,7 @@ TAO_SCIOP_Transport::get_listen_point (
{
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("(%P|%t) Could not resolve local host")
- ACE_TEXT (" name \n")),
+ ACE_TEXT (" name\n")),
-1);
}