diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-28 00:42:32 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-05-28 00:42:32 +0800 |
commit | a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b (patch) | |
tree | 890b75f9188b6024eded1d639b21b913593a0edc /camel/camel-log.h | |
parent | 72c4a8deda6f0b0d740c8ba449bced1ac25de4d9 (diff) | |
download | gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar.gz gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar.bz2 gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar.lz gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar.xz gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.tar.zst gsoc2013-evolution-a8a38c7a8076ca0f7976b01fe2cbd6e1e27a089b.zip |
sync
svn path=/trunk/; revision=949
Diffstat (limited to 'camel/camel-log.h')
-rw-r--r-- | camel/camel-log.h | 2 |
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; |