diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-12 22:28:40 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-12 22:28:40 +0000 |
commit | f7f7b07dcccaea361887e068223e366f60e670bc (patch) | |
tree | 4683b14230e715d8206d8c64afdebbebbfcbacc1 /ace/LSOCK.cpp | |
parent | a03612133f85ac33e239e617695edf46fa4f932b (diff) | |
download | ATCD-f7f7b07dcccaea361887e068223e366f60e670bc.tar.gz |
Regular CE stuff.
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 f65035e5607..886fdb2763a 100644 --- a/ace/LSOCK.cpp +++ b/ace/LSOCK.cpp @@ -13,7 +13,7 @@ ACE_LSOCK::dump (void) const ACE_TRACE ("ACE_LSOCK::dump"); ACE_DEBUG ((LM_DEBUG, ACE_BEGIN_DUMP, this)); - ACE_DEBUG ((LM_DEBUG, "aux_handle_ = %d", this->aux_handle_)); + ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("aux_handle_ = %d"), this->aux_handle_)); ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP)); } |