summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-27 03:14:37 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-27 03:14:37 +0000
commitcb24230387a1e6c7d8c2a532c574c29d919cac36 (patch)
tree5def98d468132864f5e0feb60323de97f3b78b5d /ace
parent2bba7fdaf21cf141df75adb85c924e611c1bf198 (diff)
downloadATCD-cb24230387a1e6c7d8c2a532c574c29d919cac36.tar.gz
Setting the right default values for process and thread level priority masks.
Diffstat (limited to 'ace')
-rw-r--r--ace/Log_Msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h
index f4122fdba0c..74336ddd441 100644
--- a/ace/Log_Msg.h
+++ b/ace/Log_Msg.h
@@ -508,7 +508,7 @@ private:
u_long priority_mask_;
// Keeps track of all the per-thread <ACE_Log_Priority> values that
// are currently enabled. Default is for all logging priorities to
- // be enabled.
+ // be _disabled_.
// = The following fields are *not* kept in thread-specific storage.