aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-log.h')
-rw-r--r--camel/camel-log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-log.h b/camel/camel-log.h
index 2e68fdc770..b2c9cbe305 100644
--- a/camel/camel-log.h
+++ b/camel/camel-log.h
@@ -33,6 +33,8 @@ extern FILE *camel_log_file_descriptor;
typedef enum {
NO_LOG = 0,
+ STRANGE = 5,
+ WARNING = 7,
FULL_DEBUG = 10
} CamelLogLevel;