summaryrefslogtreecommitdiff
path: root/ace/LSOCK.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/LSOCK.cpp')
-rw-r--r--ace/LSOCK.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK.cpp b/ace/LSOCK.cpp
index ce2964bc462..a83e7e86a77 100644
--- a/ace/LSOCK.cpp
+++ b/ace/LSOCK.cpp
@@ -18,7 +18,7 @@ ACE_LSOCK::dump (void) const
ACE_TRACE ("ACE_LSOCK::dump");
ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this));
- ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("aux_handle_ = %d"), this->aux_handle_));
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("aux_handle_ = %d"), this->aux_handle_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
}