diff options
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 87a74bafe..4656a2196 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 |