fixed silly bug

This commit is contained in:
Andreas Steffen
2010-04-12 11:25:46 +02:00
parent 9391b485f7
commit 054fd74658
+1 -1
View File
@@ -73,7 +73,7 @@ extern enum_name_t *debug_lower_names;
*/ */
enum level_t { enum level_t {
/** absolutely silent */ /** absolutely silent */
LEVEL_SILENT = 1, LEVEL_SILENT = -1,
/** most important auditing logs */ /** most important auditing logs */
LEVEL_AUDIT = 0, LEVEL_AUDIT = 0,
/** control flow */ /** control flow */