summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-12 21:37:48 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-12 21:37:48 +0000
commitef9cfd9b3f6764bd8927b5ca7c2419e3b1ea1ccd (patch)
tree9f95f89d56f67059b483c6cde8bf464caa9c4eda /TAO/tao/Connector_Registry.cpp
parentfa43a3c22bcfd52e117d094ca5cbf4e379c7714a (diff)
downloadATCD-ef9cfd9b3f6764bd8927b5ca7c2419e3b1ea1ccd.tar.gz
ChangeLogTag: Sat Dec 12 15:15:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.cpp')
-rw-r--r--TAO/tao/Connector_Registry.cpp12
1 files changed, 6 insertions, 6 deletions
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));
}