summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 12:34:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-25 12:34:17 +0000
commitb92f20a990c5a108a0111512619571f3bd621d81 (patch)
treeb4e686b9c75aa49a7c258b60fb71f3bb5189af41
parent0ba61b3a21b36197ef15a26b938d76eb275f4bc1 (diff)
downloadATCD-b92f20a990c5a108a0111512619571f3bd621d81.tar.gz
ChangeLogTag: Sun Jan 25 12:26:31 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-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);