diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-12 20:26:35 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-12 20:26:35 +0000 |
commit | 4a9f0b82862883041199650b5a7a45b9ae32e3ab (patch) | |
tree | 24dc624b0e64cf806e88eb95a82aee19de357f86 /TAO/tao/CSD_Framework | |
parent | ff02223713045e4860034860b4a3f13e856ad18e (diff) | |
download | ATCD-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/CSD_Framework')
-rw-r--r-- | TAO/tao/CSD_Framework/CSD_Strategy_Repository.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CSD_Framework/CSD_Strategy_Repository.cpp b/TAO/tao/CSD_Framework/CSD_Strategy_Repository.cpp index d1e3b0c1c9a..a722c13d7ad 100644 --- a/TAO/tao/CSD_Framework/CSD_Strategy_Repository.cpp +++ b/TAO/tao/CSD_Framework/CSD_Strategy_Repository.cpp @@ -64,7 +64,7 @@ TAO_CSD_Strategy_Repository::add_strategy (const ACE_CString& name, if (TAO_debug_level > 3) { ACE_DEBUG ((LM_DEBUG, - ACE_TEXT("Strategy_Repository::add_strategy for %s \n"), + ACE_TEXT("Strategy_Repository::add_strategy for %C\n"), name.c_str ())); } return 0; |