summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_List_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Timer_List_T.cpp')
-rw-r--r--ACE/ace/Timer_List_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Timer_List_T.cpp b/ACE/ace/Timer_List_T.cpp
index 60a116bb835..0af2bb67526 100644
--- a/ACE/ace/Timer_List_T.cpp
+++ b/ACE/ace/Timer_List_T.cpp
@@ -166,7 +166,7 @@ ACE_Timer_List_T<TYPE, FUNCTOR, ACE_LOCK>::dump (void) const
}
}
- ACE_DEBUG ((LM_DEBUG, ACE_LIB_TEXT ("\nsize_ = %d"), count));
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("\nsize_ = %d"), count));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
#endif /* ACE_HAS_DUMP */
}