summaryrefslogtreecommitdiff
path: root/ACE/ace/UPIPE_Connector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/UPIPE_Connector.cpp')
-rw-r--r--ACE/ace/UPIPE_Connector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/UPIPE_Connector.cpp b/ACE/ace/UPIPE_Connector.cpp
index 8119b545a4a..7f1d814e1d7 100644
--- a/ACE/ace/UPIPE_Connector.cpp
+++ b/ACE/ace/UPIPE_Connector.cpp
@@ -70,7 +70,7 @@ ACE_UPIPE_Connector::connect (ACE_UPIPE_Stream &new_stream,
(const char *) &ustream,
sizeof ustream);
if (result == -1)
- ACE_ERROR ((LM_ERROR,
+ ACELIB_ERROR ((LM_ERROR,
ACE_TEXT ("ACE_UPIPE_Connector %p\n"),
ACE_TEXT ("write to pipe failed")));
@@ -83,7 +83,7 @@ ACE_UPIPE_Connector::connect (ACE_UPIPE_Stream &new_stream,
// Do *not* coalesce the following two checks for result == -1.
// They perform different checks and cannot be merged.
if (result == -1)
- ACE_ERROR ((LM_ERROR,
+ ACELIB_ERROR ((LM_ERROR,
ACE_TEXT ("ACE_UPIPE_Connector %p\n"),
ACE_TEXT ("no confirmation from server")));
else