summaryrefslogtreecommitdiff
path: root/examples/Log_Msg
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-07 02:06:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-12-07 02:06:01 +0000
commitcb9d835c3cbd1067494f15a43f20f5ef019f9885 (patch)
treead38cdd6b511c41ded2e96f5735a3b9f149ae63d /examples/Log_Msg
parentdb97d8a36fab0428c223749c8d24d684ed4d151d (diff)
downloadATCD-cb9d835c3cbd1067494f15a43f20f5ef019f9885.tar.gz
ChangeLogTag:Wed Dec 6 14:29:13 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'examples/Log_Msg')
-rw-r--r--examples/Log_Msg/test_log_msg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp
index 0bf38ac8cdc..7547f735382 100644
--- a/examples/Log_Msg/test_log_msg.cpp
+++ b/examples/Log_Msg/test_log_msg.cpp
@@ -141,7 +141,7 @@ main (int argc, char *argv[])
sizeof array);
// Disable the LM_DEBUG and LM_INFO messages.
- int priority_mask = ACE_LOG_MSG->priority_mask ();
+ u_long priority_mask = ACE_LOG_MSG->priority_mask ();
ACE_CLR_BITS (priority_mask,
LM_DEBUG | LM_INFO);
ACE_LOG_MSG->priority_mask (priority_mask);