From 40e3a6846e4a79387408a2f91b81d6c44c0dc6f1 Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 16 Feb 2001 11:40:36 +0000 Subject: ChangeLogTag:Fri Feb 16 05:37:47 2001 Douglas C. Schmidt --- tests/Log_Msg_Test.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/Log_Msg_Test.cpp') diff --git a/tests/Log_Msg_Test.cpp b/tests/Log_Msg_Test.cpp index cffc6454f92..99331ef2f6a 100644 --- a/tests/Log_Msg_Test.cpp +++ b/tests/Log_Msg_Test.cpp @@ -276,10 +276,12 @@ test_log_msg_features (const ACE_TCHAR *program) sizeof array); // Disable the LM_DEBUG and LM_INFO messages. - u_long priority_mask = ACE_LOG_MSG->priority_mask (); + u_long priority_mask = + ACE_LOG_MSG->priority_mask (ACE_Log_Msg::PROCESS); ACE_CLR_BITS (priority_mask, LM_DEBUG | LM_INFO); - ACE_LOG_MSG->priority_mask (priority_mask); + ACE_LOG_MSG->priority_mask (priority_mask, + ACE_Log_Msg::PROCESS); ACE_DEBUG ((LM_INFO, "This LM_INFO message should not print!\n")); -- cgit v1.2.1