summaryrefslogtreecommitdiffstats
path: root/errlevel.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-02-18 22:40:55 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-02-18 22:40:55 +0000
commit154adc7a21589e0bd123b9a7b488904d46d6ef50 (patch)
treedf2bcd4289f529ef9c2cf9d8f99bd1bc2b22d895 /errlevel.h
parent93cb134df7e62daa3c0f5bc386dc01229a6fdfdb (diff)
downloadopenvpn-154adc7a21589e0bd123b9a7b488904d46d6ef50.tar.gz
openvpn-154adc7a21589e0bd123b9a7b488904d46d6ef50.tar.xz
openvpn-154adc7a21589e0bd123b9a7b488904d46d6ef50.zip
Port share proxy bug fixes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@903 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 20de9fd..426a4ac 100644
--- a/errlevel.h
+++ b/errlevel.h
@@ -133,7 +133,7 @@
#define D_ALIGN_DEBUG LOGLEV(7, 70, M_DEBUG) /* show verbose struct alignment info */
#define D_PACKET_TRUNC_DEBUG LOGLEV(7, 70, M_DEBUG) /* PACKET_TRUNCATION_CHECK verbose */
#define D_PING LOGLEV(7, 70, M_DEBUG) /* PING send/receive messages */
-#define D_PS_PROXY_DEBUG LOGLEV(4, 70, M_DEBUG) /* JYFIXME port share proxy debug */
+#define D_PS_PROXY_DEBUG LOGLEV(7, 70, M_DEBUG) /* port share proxy debug */
#define D_HANDSHAKE_VERBOSE LOGLEV(8, 70, M_DEBUG) /* show detailed description of each handshake */
#define D_TLS_DEBUG_MED LOGLEV(8, 70, M_DEBUG) /* limited info from tls_session routines */