summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_2659_Regression_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-25 10:29:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-25 10:29:57 +0000
commit66d76d9d42a3c36934d3eabd09c19e036b8d023f (patch)
treebe5b2065c9927486793a592de4d0801eac10c591 /ACE/tests/Bug_2659_Regression_Test.cpp
parent7d0630255425433cdef12d9e54712091f0287a30 (diff)
downloadATCD-66d76d9d42a3c36934d3eabd09c19e036b8d023f.tar.gz
Diffstat (limited to 'ACE/tests/Bug_2659_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_2659_Regression_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_2659_Regression_Test.cpp b/ACE/tests/Bug_2659_Regression_Test.cpp
index 05ce58213b6..16294c1700e 100644
--- a/ACE/tests/Bug_2659_Regression_Test.cpp
+++ b/ACE/tests/Bug_2659_Regression_Test.cpp
@@ -152,7 +152,7 @@ run_main (int, ACE_TCHAR *[])
ACE_OS::sleep (1);
}
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("(%P|%t) Signalling task.\n"))
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("(%P|%t) Signalling task.\n"));
if (thread_manager->kill_all (SIGUSR1) == -1)
{