diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-18 22:40:55 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-18 22:40:55 +0000 |
commit | 154adc7a21589e0bd123b9a7b488904d46d6ef50 (patch) | |
tree | df2bcd4289f529ef9c2cf9d8f99bd1bc2b22d895 /errlevel.h | |
parent | ps.c debug code (diff) | |
download | openvpn-154adc7a21589e0bd123b9a7b488904d46d6ef50.tar.xz |
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.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(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 */ |