summaryrefslogtreecommitdiff
path: root/ace/Message_Block.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block.i')
-rw-r--r--ace/Message_Block.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Message_Block.i b/ace/Message_Block.i
index 4989478c6db..19774477da1 100644
--- a/ace/Message_Block.i
+++ b/ace/Message_Block.i
@@ -73,7 +73,7 @@ ACE_Data_Block::flags (void) const
ACE_INLINE ACE_Allocator*
ACE_Data_Block::data_block_allocator (void) const
{
- ACE_TRACE ("ACE_Data_Block::data_block_allocator");
+ ACE_TRACE ("ACE_Message_Block::data_block_allocator");
return this->data_block_allocator_;
}