summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Creation_Threshold_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Thread_Creation_Threshold_Test.cpp')
-rw-r--r--ACE/tests/Thread_Creation_Threshold_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Thread_Creation_Threshold_Test.cpp b/ACE/tests/Thread_Creation_Threshold_Test.cpp
index c31e7ec2223..2fc6fd8a0f1 100644
--- a/ACE/tests/Thread_Creation_Threshold_Test.cpp
+++ b/ACE/tests/Thread_Creation_Threshold_Test.cpp
@@ -156,7 +156,7 @@ Thread_Pool::open (void *)
{
if (PRINT_DEBUG_MSGS)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("(%P|%t) pool start %d threads..."),
+ ACE_TEXT ("(%P|%t) pool start %d threads...\n"),
this->n_threads_));
if (this->total_activated_threads_ >= (65534 - this->n_threads_))