diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-30 03:15:23 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-30 03:15:23 +0000 |
commit | 0864d3f484f20fa5f2657a339dcb2e166bfa1a0f (patch) | |
tree | c2262e946cf5cff71985936166b987129b6962ae /src/common/log.h | |
parent | 57918e4902d3900db97e447f8752e503543fb278 (diff) | |
download | tor-0864d3f484f20fa5f2657a339dcb2e166bfa1a0f.tar.gz tor-0864d3f484f20fa5f2657a339dcb2e166bfa1a0f.zip |
add in a 'notice' log level
svn:r1383
Diffstat (limited to 'src/common/log.h')
-rw-r--r-- | src/common/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.h b/src/common/log.h index 87a74bafe3..4656a21963 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -10,6 +10,7 @@ #else #define LOG_DEBUG 0 #define LOG_INFO 1 +#define LOG_NOTICE 2 #define LOG_WARN 3 #define LOG_ERR 4 #endif |