summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp')
-rw-r--r--TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp b/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp
index 897dc94f960..5e353e9c229 100644
--- a/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp
+++ b/TAO/tests/Bug_1361_Regression/Server_Thread_Pool.cpp
@@ -23,7 +23,7 @@ Thread_Pool::Thread_Pool (ACE_Thread_Manager *thr_mgr,
n_threads) == -1)
ACE_ERROR ((LM_ERROR,
"%p\n",
- "activate failed \n"));
+ "activate failed\n"));
}
Thread_Pool::~Thread_Pool (void)