From 93cb134df7e62daa3c0f5bc386dc01229a6fdfdb Mon Sep 17 00:00:00 2001 From: james Date: Sat, 18 Feb 2006 16:35:21 +0000 Subject: ps.c debug code git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@902 e7ae566f-a301-0410-adde-c780ea21d3b5 --- errlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errlevel.h') diff --git a/errlevel.h b/errlevel.h index 426a4ac..20de9fd 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(7, 70, M_DEBUG) /* port share proxy debug */ +#define D_PS_PROXY_DEBUG LOGLEV(4, 70, M_DEBUG) /* JYFIXME 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 */ -- cgit