aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r--src/libstrongswan/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h
index 9794f7ea2..a21111d93 100644
--- a/src/libstrongswan/debug.h
+++ b/src/libstrongswan/debug.h
@@ -73,7 +73,7 @@ extern enum_name_t *debug_lower_names;
*/
enum level_t {
/** absolutely silent */
- LEVEL_SILENT = 1,
+ LEVEL_SILENT = -1,
/** most important auditing logs */
LEVEL_AUDIT = 0,
/** control flow */