summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Auto_IncDec_Test.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Auto_IncDec_Test.cpp b/tests/Auto_IncDec_Test.cpp
index 6b4330e83ba..3d4b699a7cd 100644
--- a/tests/Auto_IncDec_Test.cpp
+++ b/tests/Auto_IncDec_Test.cpp
@@ -114,9 +114,10 @@ run_main (int, ACE_TCHAR *[])
{
// wait according to the number of threads...
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT (" %d in first section, %d in second section\n"),
+ ACE_TEXT (" %d in first section, %d in second section, %d total\n"),
current_threads_in_first_section.value (),
- current_threads_in_second_section.value ()));
+ current_threads_in_second_section.value (),
+ ACE_Thread_Manager::instance ()->count_threads ()));
ACE_Time_Value pause (1, 0);
ACE_OS::sleep (pause);