summaryrefslogtreecommitdiff
path: root/ace/Message_Block_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Message_Block_T.cpp')
-rw-r--r--ace/Message_Block_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Message_Block_T.cpp b/ace/Message_Block_T.cpp
index 4916fd211e7..05d483392b6 100644
--- a/ace/Message_Block_T.cpp
+++ b/ace/Message_Block_T.cpp
@@ -18,7 +18,7 @@ ACE_Locked_Data_Block<L>::~ACE_Locked_Data_Block (void)
template<class ACE_LOCK> ACE_Data_Block *
ACE_Locked_Data_Block<ACE_LOCK>::clone_nocopy (ACE_Message_Block::Message_Flags mask) const
{
- ACE_TRACE ("ACE_Locked_Data_Block::clone_nocopy");
+ ACE_TRACE ("ACE_Data_Block::clone");
// You always want to clear this one to prevent memory leaks but you
// might add some others later.