Browse code

Raised D_PID_DEBUG_LOW from level 3 to 4 to reduce replay error verbosity at level 3.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7645 e7ae566f-a301-0410-adde-c780ea21d3b5

James Yonan authored on 2011/10/11 11:27:27
Showing 1 changed files
... ...
@@ -83,7 +83,6 @@
83 83
 #define D_RESTART            LOGLEV(3, 33, 0)        /* show certain restart messages */
84 84
 #define D_PUSH               LOGLEV(3, 34, 0)        /* show push/pull info */
85 85
 #define D_IFCONFIG_POOL      LOGLEV(3, 35, 0)        /* show ifconfig pool info */
86
-#define D_PID_DEBUG_LOW      LOGLEV(3, 36, 0)        /* show low-freq packet-id debugging info */
87 86
 #define D_AUTH               LOGLEV(3, 37, 0)        /* show user/pass auth info */
88 87
 #define D_MULTI_LOW          LOGLEV(3, 38, 0)        /* show point-to-multipoint low-freq debug info */
89 88
 #define D_PLUGIN             LOGLEV(3, 39, 0)        /* show plugin calls */
... ...
@@ -107,7 +106,8 @@
107 107
 #define D_INIT_MEDIUM        LOGLEV(4, 60, 0)        /* show medium frequency init messages */
108 108
 #define D_MTU_INFO           LOGLEV(4, 61, 0)        /* show terse MTU info */
109 109
 #define D_SHOW_OCC_HASH      LOGLEV(4, 62, 0)        /* show MD5 hash of option compatibility string */
110
-#define D_PID_DEBUG_MEDIUM   LOGLEV(4, 63, 0)        /* show medium-freq packet-id debugging info */
110
+#define D_PID_DEBUG_LOW      LOGLEV(4, 63, 0)        /* show low-freq packet-id debugging info */
111
+#define D_PID_DEBUG_MEDIUM   LOGLEV(4, 64, 0)        /* show medium-freq packet-id debugging info */
111 112
 
112 113
 #define D_LOG_RW             LOGLEV(5, 0,  0)        /* Print 'R' or 'W' to stdout for read/write */
113 114