]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed silly bug
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Apr 2010 09:25:46 +0000 (11:25 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 12 Apr 2010 09:25:46 +0000 (11:25 +0200)
src/libstrongswan/debug.h

index 9794f7ea286febcca93f5133c05165c331e06558..a21111d93dc475f825f9d97bd9cda189911214d8 100644 (file)
@@ -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 */