summaryrefslogtreecommitdiff
path: root/ACE/ace/LSOCK_Acceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/LSOCK_Acceptor.cpp')
-rw-r--r--ACE/ace/LSOCK_Acceptor.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/LSOCK_Acceptor.cpp b/ACE/ace/LSOCK_Acceptor.cpp
index 9239f631327..01f7a9ba6a5 100644
--- a/ACE/ace/LSOCK_Acceptor.cpp
+++ b/ACE/ace/LSOCK_Acceptor.cpp
@@ -4,7 +4,7 @@
#if !defined (ACE_LACKS_UNIX_DOMAIN_SOCKETS)
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_socket.h"
@@ -34,9 +34,9 @@ ACE_LSOCK_Acceptor::dump (void) const
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_LSOCK_Acceptor::dump");
- ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
+ ACELIB_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
this->local_addr_.dump ();
- ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
+ ACELIB_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}
@@ -74,7 +74,7 @@ ACE_LSOCK_Acceptor::ACE_LSOCK_Acceptor (const ACE_Addr &remote_sap,
protocol_family,
backlog,
protocol) == -1)
- ACE_ERROR ((LM_ERROR,
+ ACELIB_ERROR ((LM_ERROR,
"ACE_LSOCK_Acceptor::ACE_LSOCK_Acceptor"));
}