summaryrefslogtreecommitdiffstats
path: root/errlevel.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-19 07:50:13 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-19 07:50:13 +0000
commit7b0a8146c71e64f39256179208447807df00948b (patch)
tree6691e9c5d9cfc3bb09f9734c780826909ff53e33 /errlevel.h
parent24076bd978b834f51c9868d3377a2bcc88d924ee (diff)
downloadopenvpn-7b0a8146c71e64f39256179208447807df00948b.tar.gz
openvpn-7b0a8146c71e64f39256179208447807df00948b.tar.xz
openvpn-7b0a8146c71e64f39256179208447807df00948b.zip
svn merge -r 670:672 $SO/trunk/openvpn
Brought up-to-date with 2.0.x branch. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@673 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'errlevel.h')
-rw-r--r--errlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/errlevel.h b/errlevel.h
index 0bb9755..d34e602 100644
--- a/errlevel.h
+++ b/errlevel.h
@@ -104,6 +104,7 @@
#define D_LOG_RW LOGLEV(5, 0, 0) /* Print 'R' or 'W' to stdout for read/write */
#define D_LINK_RW LOGLEV(6, 60, M_DEBUG) /* show TCP/UDP reads/writes (terse) */
+#define D_TUN_RW LOGLEV(6, 60, M_DEBUG) /* show TUN/TAP reads/writes */
#define D_TAP_WIN32_DEBUG LOGLEV(6, 60, M_DEBUG) /* show TAP-Win32 driver debug info */
#define D_SHOW_KEYS LOGLEV(7, 70, M_DEBUG) /* show data channel encryption keys */
@@ -138,7 +139,6 @@
#define D_GREMLIN_VERBOSE LOGLEV(8, 70, M_DEBUG) /* show verbose info from gremlin module */
#define D_REL_DEBUG LOGLEV(8, 70, M_DEBUG) /* show detailed info from reliable routines */
#define D_EVENT_WAIT LOGLEV(8, 70, M_DEBUG) /* show detailed info from event waits */
-#define D_TUN_RW LOGLEV(8, 70, M_DEBUG) /* show TUN/TAP reads/writes */
#define D_MULTI_TCP LOGLEV(8, 70, M_DEBUG) /* show debug info from mtcp.c */
#define D_TLS_DEBUG LOGLEV(9, 70, M_DEBUG) /* show detailed info from TLS routines */