diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-07 08:03:55 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-10-07 08:03:55 +0000 |
commit | 8121220b99826e3ba3f230e7725060de788c00a9 (patch) | |
tree | bbf322a3bd9db404423f5ae4f5dc695a4a53fa23 /ace/UPIPE_Connector.i | |
parent | 1365a33aee7b1bc80dc0c907e5f8b9aea38b493b (diff) | |
download | ATCD-8121220b99826e3ba3f230e7725060de788c00a9.tar.gz |
ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/UPIPE_Connector.i')
-rw-r--r-- | ace/UPIPE_Connector.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/UPIPE_Connector.i b/ace/UPIPE_Connector.i index cc7c580b8f8..a8a68342e77 100644 --- a/ace/UPIPE_Connector.i +++ b/ace/UPIPE_Connector.i @@ -19,9 +19,9 @@ ACE_UPIPE_Connector::ACE_UPIPE_Connector (ACE_UPIPE_Stream &new_stream, reuse_addr, flags, perms) == -1 && timeout != 0 && !(errno == EWOULDBLOCK || errno == ETIME)) ACE_ERROR ((LM_ERROR, - ACE_TEXT ("address %s, %p\n"), + ACE_LIB_TEXT ("address %s, %p\n"), addr.get_path_name (), - ACE_TEXT ("ACE_UPIPE_Connector"))); + ACE_LIB_TEXT ("ACE_UPIPE_Connector"))); } ASYS_INLINE int |