From ce14417d14a872874b0633b77b98494db817af39 Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 17 Feb 1998 13:21:22 +0000 Subject: re-enable LM_DEBUG messages at the end, so the "Ending" messages gets printed --- tests/Priority_Task_Test.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') 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; } -- cgit v1.2.1