fixed silly bug
This commit is contained in:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user