summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 13:21:22 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-02-17 13:21:22 +0000
commitce14417d14a872874b0633b77b98494db817af39 (patch)
treee06a36ebe92d6aacc6f4d1253f0e1d32baa58a11 /tests
parent2d6c75ab7c2410c7408cb130d8ee289dc3615dc0 (diff)
downloadATCD-ce14417d14a872874b0633b77b98494db817af39.tar.gz
re-enable LM_DEBUG messages at the end, so the "Ending" messages
gets printed
Diffstat (limited to 'tests')
-rw-r--r--tests/Priority_Task_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Priority_Task_Test.cpp b/tests/Priority_Task_Test.cpp
index cbe4b5e916d..0a7ddc9f94d 100644
--- a/tests/Priority_Task_Test.cpp
+++ b/tests/Priority_Task_Test.cpp
@@ -201,6 +201,11 @@ main (int argc, char *argv[])
#else
ACE_ERROR ((LM_ERROR, "threads not supported on this platform\n"));
#endif /* ACE_HAS_THREADS */
+
+ // Re-enable LM_DEBUG messages.
+ ACE_Log_Msg::instance ()->priority_mask (
+ ACE_Log_Msg::instance ()->priority_mask () | LM_DEBUG);
+
ACE_END_TEST;
return status;
}