summaryrefslogtreecommitdiff
path: root/ace/DEV_Connector.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/DEV_Connector.i')
-rw-r--r--ace/DEV_Connector.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/DEV_Connector.i b/ace/DEV_Connector.i
index a522ede7f4e..45ed1b0c82c 100644
--- a/ace/DEV_Connector.i
+++ b/ace/DEV_Connector.i
@@ -18,8 +18,8 @@ ACE_DEV_Connector::ACE_DEV_Connector (ACE_DEV_IO &new_io,
if (this->connect (new_io, remote_sap, timeout, local_sap,
reuse_addr, flags, perms) == ACE_IO_SAP::INVALID_HANDLE
&& timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME))
- ACE_ERROR ((LM_ERROR, ASYS_TEXT ("address %s, %p\n"),
- remote_sap.get_path_name (), ASYS_TEXT ("ACE_DEV_IO")));
+ ACE_ERROR ((LM_ERROR, ACE_TEXT ("address %s, %p\n"),
+ remote_sap.get_path_name (), ACE_TEXT ("ACE_DEV_IO")));
}
ASYS_INLINE int