summaryrefslogtreecommitdiff
path: root/ACE/ace/DEV_Connector.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DEV_Connector.inl')
-rw-r--r--ACE/ace/DEV_Connector.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/DEV_Connector.inl b/ACE/ace/DEV_Connector.inl
index 9ece5f47f13..51a674be98c 100644
--- a/ACE/ace/DEV_Connector.inl
+++ b/ACE/ace/DEV_Connector.inl
@@ -19,7 +19,7 @@ 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, ACE_TEXT ("address %s, %p\n"),
+ ACELIB_ERROR ((LM_ERROR, ACE_TEXT ("address %s, %p\n"),
remote_sap.get_path_name (), ACE_TEXT ("ACE_DEV_IO")));
}