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 c8b631b58a..33e42b7d47 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -33,7 +33,7 @@ /** Warn-level severity: for messages that only appear when something has gone * wrong. */ #define LOG_WARN 3 -/** Warn-level severity: for messages that only appear when something has gone +/** Error-level severity: for messages that only appear when something has gone * very wrong, and the Tor process can no longer proceed. */ #define LOG_ERR 4 #endif |