diff options
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 |