summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-02 18:42:29 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-03-02 18:42:29 +0000
commit8be9ac8084f2651ccf366ed3aba95193c9309a14 (patch)
tree617561c23aa47c67794dd330023cbacc948f9a41
parent16efe176618b4e75bea8b7ad0583d78b2858b0cf (diff)
downloadATCD-8be9ac8084f2651ccf366ed3aba95193c9309a14.tar.gz
ChangeLogTag:Fri Mar 02 13:17:36 2001 Steve Huston <shuston@riverace.com>
-rw-r--r--THANKS1
-rw-r--r--examples/Log_Msg/test_log_msg.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/THANKS b/THANKS
index 0082adfdf5b..dfb8ca92008 100644
--- a/THANKS
+++ b/THANKS
@@ -1159,6 +1159,7 @@ YingLi <taoace@sina.com>
Haka <newhaka@21cn.com>
Sam Chong <sam@i2i-inc.com>
Virgilijus Globis <virgis@megagis.lt>
+Stefan Scherer <stefan_scherer@sepp.de>
Pim Philipse <ppm@rogan-medical.com>
I would particularly like to thank Paul Stephenson, who worked with me
diff --git a/examples/Log_Msg/test_log_msg.cpp b/examples/Log_Msg/test_log_msg.cpp
index 120bc4c3906..e4216f8cf12 100644
--- a/examples/Log_Msg/test_log_msg.cpp
+++ b/examples/Log_Msg/test_log_msg.cpp
@@ -140,7 +140,7 @@ main (int argc, char *argv[])
(char *) array,
sizeof array);
- // Disable the LM_DEBUG and LM_INFO messages.
+ // Disable the LM_DEBUG and LM_INFO messages at the process level.
u_long priority_mask =
ACE_LOG_MSG->priority_mask (ACE_Log_Msg::PROCESS);
ACE_CLR_BITS (priority_mask,