]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed an oops -- compression debugging output was turned on.
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 2 Oct 2005 11:36:19 +0000 (11:36 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Sun, 2 Oct 2005 11:36:19 +0000 (11:36 +0000)
2.1_beta1

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@589 e7ae566f-a301-0410-adde-c780ea21d3b5

.svnignore
errlevel.h

index 8fb820415795d22a7072a2bbc26e43a9cd9e3de4..4ec3c5e70bc671e7c79a2016f00d33098a4b8fd0 100644 (file)
@@ -30,3 +30,7 @@ config-win32.h
 install-sh
 autom4te*.cache
 .deps
+*.tar.gz
+*.exe
+*.asc
+*.zip
index 1f0dc40c533a3f0305a3641ef7bf19bd99e421ed..83c5d2504d88b5501c46b9f586cec4305238892f 100644 (file)
 #define D_PID_DEBUG_LOW      LOGLEV(7, 70, M_DEBUG)  /* show low-freq packet-id debugging info */
 #define D_MULTI_DEBUG        LOGLEV(7, 70, M_DEBUG)  /* show medium-freq multi debugging info */
 #define D_MSS                LOGLEV(7, 70, M_DEBUG)  /* show MSS adjustments */
-#define D_COMP_LOW           LOGLEV(3, 70, M_DEBUG)  /* show adaptive compression state changes JYFIXME */
+#define D_COMP_LOW           LOGLEV(7, 70, M_DEBUG)  /* show adaptive compression state changes */
 #define D_REMOTE_LIST        LOGLEV(7, 70, M_DEBUG)  /* show --remote list */
 #define D_SCRIPT             LOGLEV(7, 70, M_DEBUG)  /* show parms & env vars passed to scripts */
 #define D_SHOW_NET           LOGLEV(7, 70, M_DEBUG)  /* show routing table and adapter list */
 
 #define D_TLS_DEBUG          LOGLEV(9, 70, M_DEBUG)  /* show detailed info from TLS routines */
 #define D_CRYPTO_DEBUG       LOGLEV(9, 70, M_DEBUG)  /* show detailed info from crypto.c routines */
-#define D_COMP               LOGLEV(4, 70, M_DEBUG)  /* show compression info JYFIXME */
+#define D_COMP               LOGLEV(9, 70, M_DEBUG)  /* show compression info */
 #define D_READ_WRITE         LOGLEV(9, 70, M_DEBUG)  /* show all tun/tcp/udp reads/writes/opens */
 #define D_PACKET_CONTENT     LOGLEV(9, 70, M_DEBUG)  /* show before/after encryption packet content */
 #define D_TLS_NO_SEND_KEY    LOGLEV(9, 70, M_DEBUG)  /* show when no data channel send-key exists */