diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:58:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-18 03:58:42 +0000 |
commit | 8a13a7cfe891d4006a9d1feca61ffebcf4f1f4d8 (patch) | |
tree | 02fc7df2b676efc8a3dec286a273bb6723d9f0d6 /src/common/log.h | |
parent | 7484ca06a5aaf060736485e6115aa0b2771ef036 (diff) | |
download | tor-8a13a7cfe891d4006a9d1feca61ffebcf4f1f4d8.tar.gz tor-8a13a7cfe891d4006a9d1feca61ffebcf4f1f4d8.zip |
mainline branch. Remove some more dead XXXs.
svn:r6401
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/common/log.h b/src/common/log.h index 1b4c96e8fa..8122a94aa6 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -23,14 +23,12 @@ "We aren't prepared to deal with that." #endif #else -/* XXXX Note: The code was originally written to refer to severities, - * with 0 being the least severe; while syslog's logging code refers to - * priorities, with 0 being the most important. Thus, all our comparisons - * needed to be reversed when we added syslog support. +/* Note: Syslog's logging code refers to priorities, with 0 being the most + * important. Thus, all our comparisons needed to be reversed when we added + * syslog support. * - * The upshot of this is that comments about log levels may be messed - * up: for "maximum severity" read "most severe" and "numerically - * *lowest* severity". + * The upshot of this is that comments about log levels may be messed up: for + * "maximum severity" read "most severe" and "numerically *lowest* severity". */ /** Debug-level severity: for hyper-verbose messages of no interest to |