summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 21:28:19 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-02 21:28:19 +0000
commit3607e0fd4c5b0014b6ea32ea4a80e9367ad0b430 (patch)
tree5d80eb02562c1200c007708a141077250b2b07b7
parenta3b088ab5629856a0b07f575dbed93ecc93e4930 (diff)
downloadATCD-3607e0fd4c5b0014b6ea32ea4a80e9367ad0b430.tar.gz
ChangeLogTag:Thu Sep 2 12:21:41 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--tests/Log_Msg_Test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp
index eb9343b1324..b07742258d4 100644
--- a/tests/Log_Msg_Test.cpp
+++ b/tests/Log_Msg_Test.cpp
@@ -303,6 +303,7 @@ test_log_msg_features (const char *program)
10000,
badname,
cleanup));
+
}
static int
@@ -422,6 +423,9 @@ main (int, char *argv[])
// Test various features of the <ACE_Log_Msg>.
test_log_msg_features (argv[0]);
+ // Restore this mask so the shutdown message will print correctly!
+ ACE_LOG_MSG->priority_mask (ACE_LOG_MSG->priority_mask () | LM_DEBUG,
+ ACE_Log_Msg::PROCESS);
ACE_END_TEST;
return 0;
}