summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/Timer_Heap_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp
index da127f56e55..8bc5ea3e5f5 100644
--- a/ace/Timer_Heap_T.cpp
+++ b/ace/Timer_Heap_T.cpp
@@ -641,7 +641,7 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::remove_first (void)
template <class TYPE, class FUNCTOR, class ACE_LOCK> ACE_Timer_Node_T <TYPE> *
ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::get_first (void)
{
- ACE_TRACE ("ACE_Timer_Heap_T::remove_first");
+ ACE_TRACE ("ACE_Timer_Heap_T::get_first");
return this->cur_size_ == 0 ? 0 : this->heap_[0];
}