diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-09 20:04:00 +0000 |
commit | 5a5be93f80a3cdb3d72311ece04ccc510c15626c (patch) | |
tree | e8c93b2cc57de810b0dfb0dc35a90727be4a57dc /src/common/log.h | |
parent | d9d053d70b23ef46610867298dabdec579cef9c4 (diff) | |
download | tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.tar.gz tor-5a5be93f80a3cdb3d72311ece04ccc510c15626c.zip |
Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c
svn:r2758
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log.h b/src/common/log.h index c2a4ea176f..2f90ce8c48 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -27,7 +27,7 @@ /* 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. + * 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 |