Browse code

Moved socket setting log info to --verb 3 from 4.

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

james authored on 2005/10/20 00:36:14
Showing 1 changed files
... ...
@@ -92,14 +92,14 @@
92 92
 #define D_MANAGEMENT         LOGLEV(3, 41, 0)        /* show --management info */
93 93
 #define D_SCHED_EXIT         LOGLEV(3, 42, 0)        /* show arming of scheduled exit */
94 94
 #define D_ROUTE_QUOTA        LOGLEV(3, 43, 0)        /* show route quota exceeded messages */
95
+#define D_OSBUF              LOGLEV(3, 44, 0)        /* show socket/tun/tap buffer sizes */
95 96
 
96 97
 #define D_SHOW_PARMS         LOGLEV(4, 50, 0)        /* show all parameters on program initiation */
97 98
 #define D_SHOW_OCC           LOGLEV(4, 51, 0)        /* show options compatibility string */
98 99
 #define D_LOW                LOGLEV(4, 52, 0)        /* miscellaneous low-frequency debug info */
99 100
 #define D_DHCP_OPT           LOGLEV(4, 53, 0)        /* show DHCP options binary string */
100
-#define D_OSBUF              LOGLEV(4, 54, 0)        /* show socket/tun/tap buffer sizes */
101
-#define D_MBUF               LOGLEV(4, 55, 0)        /* mbuf.[ch] routines */
102
-#define D_PACKET_TRUNC_ERR   LOGLEV(4, 56, 0)        /* PACKET_TRUNCATION_CHECK */
101
+#define D_MBUF               LOGLEV(4, 54, 0)        /* mbuf.[ch] routines */
102
+#define D_PACKET_TRUNC_ERR   LOGLEV(4, 55, 0)        /* PACKET_TRUNCATION_CHECK */
103 103
 
104 104
 #define D_LOG_RW             LOGLEV(5, 0,  0)        /* Print 'R' or 'W' to stdout for read/write */
105 105