diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-18 16:35:21 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-18 16:35:21 +0000 |
commit | 93cb134df7e62daa3c0f5bc386dc01229a6fdfdb (patch) | |
tree | eed432cad42682b4b85fa7d7726b90506c0c614c /errlevel.h | |
parent | Added comments to ps.c (port share proxy code). (diff) | |
download | openvpn-93cb134df7e62daa3c0f5bc386dc01229a6fdfdb.tar.xz |
ps.c debug code
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@902 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | errlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |