From ef9cfd9b3f6764bd8927b5ca7c2419e3b1ea1ccd Mon Sep 17 00:00:00 2001 From: nanbor Date: Sun, 12 Dec 1999 21:37:48 +0000 Subject: ChangeLogTag: Sat Dec 12 15:15:00 1999 Kirthika Parameswaran --- TAO/tao/Connector_Registry.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'TAO/tao/Connector_Registry.cpp') diff --git a/TAO/tao/Connector_Registry.cpp b/TAO/tao/Connector_Registry.cpp index d6641607364..15d4311858b 100644 --- a/TAO/tao/Connector_Registry.cpp +++ b/TAO/tao/Connector_Registry.cpp @@ -61,8 +61,8 @@ TAO_Connector_Registry::open (TAO_ORB_Core *orb_core) delete connector; ACE_ERROR_RETURN ((LM_ERROR, - "TAO (%P|%t) unable to open connector for " - "<%s>.\n", + ASYS_TEXT ("TAO (%P|%t) unable to open connector for ") + ASYS_TEXT ("<%s>.\n"), (*factory)->protocol_name ().c_str ()), -1); } @@ -72,8 +72,8 @@ TAO_Connector_Registry::open (TAO_ORB_Core *orb_core) delete connector; ACE_ERROR_RETURN ((LM_ERROR, - "TAO (%P|%t) unable to add a <%s> connector " - "to the connector registry.\n", + ASYS_TEXT ("TAO (%P|%t) unable to add a <%s> connector ") + ASYS_TEXT ("to the connector registry.\n"), (*factory)->protocol_name ().c_str ()), -1); } @@ -117,7 +117,7 @@ TAO_Connector_Registry::preconnect (TAO_ORB_Core *orb_core, { if (TAO_debug_level > 0) ACE_ERROR ((LM_ERROR, - "TAO (%P|%t) Unable to preprocess the preconnections.\n")); + ASYS_TEXT ("TAO (%P|%t) Unable to preprocess the preconnections.\n"))); return -1; } @@ -336,7 +336,7 @@ TAO_Connector_Registry::create_profile (TAO_InputCDR &cdr) if (TAO_debug_level > 0) { ACE_DEBUG ((LM_DEBUG, - "TAO (%P|%t) unknown profile tag %d\n", + ASYS_TEXT ("TAO (%P|%t) unknown profile tag %d\n"), tag)); } -- cgit v1.2.1