diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 13:21:22 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-02-17 13:21:22 +0000 |
commit | ce14417d14a872874b0633b77b98494db817af39 (patch) | |
tree | e06a36ebe92d6aacc6f4d1253f0e1d32baa58a11 /tests | |
parent | 2d6c75ab7c2410c7408cb130d8ee289dc3615dc0 (diff) | |
download | ATCD-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.cpp | 5 |
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; } |