Browse code

Fixed an oops -- compression debugging output was turned on. 2.1_beta1

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

james authored on 2005/10/02 20:36:19
Showing 2 changed files
... ...
@@ -30,3 +30,7 @@ config-win32.h
30 30
 install-sh
31 31
 autom4te*.cache
32 32
 .deps
33
+*.tar.gz
34
+*.exe
35
+*.asc
36
+*.zip
... ...
@@ -115,7 +115,7 @@
115 115
 #define D_PID_DEBUG_LOW      LOGLEV(7, 70, M_DEBUG)  /* show low-freq packet-id debugging info */
116 116
 #define D_MULTI_DEBUG        LOGLEV(7, 70, M_DEBUG)  /* show medium-freq multi debugging info */
117 117
 #define D_MSS                LOGLEV(7, 70, M_DEBUG)  /* show MSS adjustments */
118
-#define D_COMP_LOW           LOGLEV(3, 70, M_DEBUG)  /* show adaptive compression state changes JYFIXME */
118
+#define D_COMP_LOW           LOGLEV(7, 70, M_DEBUG)  /* show adaptive compression state changes */
119 119
 #define D_REMOTE_LIST        LOGLEV(7, 70, M_DEBUG)  /* show --remote list */
120 120
 #define D_SCRIPT             LOGLEV(7, 70, M_DEBUG)  /* show parms & env vars passed to scripts */
121 121
 #define D_SHOW_NET           LOGLEV(7, 70, M_DEBUG)  /* show routing table and adapter list */
... ...
@@ -142,7 +142,7 @@
142 142
 
143 143
 #define D_TLS_DEBUG          LOGLEV(9, 70, M_DEBUG)  /* show detailed info from TLS routines */
144 144
 #define D_CRYPTO_DEBUG       LOGLEV(9, 70, M_DEBUG)  /* show detailed info from crypto.c routines */
145
-#define D_COMP               LOGLEV(4, 70, M_DEBUG)  /* show compression info JYFIXME */
145
+#define D_COMP               LOGLEV(9, 70, M_DEBUG)  /* show compression info */
146 146
 #define D_READ_WRITE         LOGLEV(9, 70, M_DEBUG)  /* show all tun/tcp/udp reads/writes/opens */
147 147
 #define D_PACKET_CONTENT     LOGLEV(9, 70, M_DEBUG)  /* show before/after encryption packet content */
148 148
 #define D_TLS_NO_SEND_KEY    LOGLEV(9, 70, M_DEBUG)  /* show when no data channel send-key exists */