summaryrefslogtreecommitdiff
path: root/ace/Message_Queue.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-12 22:28:40 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-12 22:28:40 +0000
commitf7f7b07dcccaea361887e068223e366f60e670bc (patch)
tree4683b14230e715d8206d8c64afdebbebbfcbacc1 /ace/Message_Queue.cpp
parenta03612133f85ac33e239e617695edf46fa4f932b (diff)
downloadATCD-f7f7b07dcccaea361887e068223e366f60e670bc.tar.gz
Regular CE stuff.
Diffstat (limited to 'ace/Message_Queue.cpp')
-rw-r--r--ace/Message_Queue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Message_Queue.cpp b/ace/Message_Queue.cpp
index 78928c28f75..a694ada59fb 100644
--- a/ace/Message_Queue.cpp
+++ b/ace/Message_Queue.cpp
@@ -121,9 +121,9 @@ ACE_Message_Queue<ACE_SYNCH_USE>::dump (void) const
this->cur_count_,
this->head_,
this->tail_));
- ACE_DEBUG ((LM_DEBUG,"not_full_cond: \n"));
+ ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("not_full_cond: \n")));
not_full_cond_.dump ();
- ACE_DEBUG ((LM_DEBUG,"not_empty_cond: \n"));
+ ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("not_empty_cond: \n")));
not_empty_cond_.dump ();
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
}