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 | 28d501fc933f7538e7d7387036fd8a74cc274db4 (patch) | |
tree | bbf322a3bd9db404423f5ae4f5dc695a4a53fa23 /ace/LSOCK.cpp | |
parent | 12412a39bc9c7bf69ca773bf1ab9e271d7ab1705 (diff) | |
download | ATCD-28d501fc933f7538e7d7387036fd8a74cc274db4.tar.gz |
ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/LSOCK.cpp')
-rw-r--r-- | ace/LSOCK.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/LSOCK.cpp b/ace/LSOCK.cpp index 280c4651e77..c5f7309ead7 100644 --- a/ace/LSOCK.cpp +++ b/ace/LSOCK.cpp @@ -19,7 +19,7 @@ ACE_LSOCK::dump (void) const ACE_TRACE ("ACE_LSOCK::dump"); ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this)); - ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("aux_handle_ = %d"), this->aux_handle_)); + ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("aux_handle_ = %d"), this->aux_handle_)); ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP)); } |