summaryrefslogtreecommitdiffstats
path: root/errlevel.h
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2011-10-11 02:27:27 +0000
committerDavid Sommerseth <davids@redhat.com>2011-12-14 17:02:44 +0100
commit359adbf136e07011ad6733c3ba679b2d5cc47fdc (patch)
treeed8f6e03cffd0d7c4fac768c05607e0c0ee7389b /errlevel.h
parent870cf166add7ea0aa15c9d12b7916e669a9f441f (diff)
downloadopenvpn-359adbf136e07011ad6733c3ba679b2d5cc47fdc.tar.gz
openvpn-359adbf136e07011ad6733c3ba679b2d5cc47fdc.tar.xz
openvpn-359adbf136e07011ad6733c3ba679b2d5cc47fdc.zip
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
Diffstat (limited to 'errlevel.h')
-rw-r--r--errlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/errlevel.h b/errlevel.h
index be1ef5e..74729c9 100644
--- a/errlevel.h
+++ b/errlevel.h
@@ -83,7 +83,6 @@
#define D_RESTART LOGLEV(3, 33, 0) /* show certain restart messages */
#define D_PUSH LOGLEV(3, 34, 0) /* show push/pull info */
#define D_IFCONFIG_POOL LOGLEV(3, 35, 0) /* show ifconfig pool info */
-#define D_PID_DEBUG_LOW LOGLEV(3, 36, 0) /* show low-freq packet-id debugging info */
#define D_AUTH LOGLEV(3, 37, 0) /* show user/pass auth info */
#define D_MULTI_LOW LOGLEV(3, 38, 0) /* show point-to-multipoint low-freq debug info */
#define D_PLUGIN LOGLEV(3, 39, 0) /* show plugin calls */
@@ -107,7 +106,8 @@
#define D_INIT_MEDIUM LOGLEV(4, 60, 0) /* show medium frequency init messages */
#define D_MTU_INFO LOGLEV(4, 61, 0) /* show terse MTU info */
#define D_SHOW_OCC_HASH LOGLEV(4, 62, 0) /* show MD5 hash of option compatibility string */
-#define D_PID_DEBUG_MEDIUM LOGLEV(4, 63, 0) /* show medium-freq packet-id debugging info */
+#define D_PID_DEBUG_LOW LOGLEV(4, 63, 0) /* show low-freq packet-id debugging info */
+#define D_PID_DEBUG_MEDIUM LOGLEV(4, 64, 0) /* show medium-freq packet-id debugging info */
#define D_LOG_RW LOGLEV(5, 0, 0) /* Print 'R' or 'W' to stdout for read/write */