]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Moved socket setting log info to --verb 3 from 4.
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 19 Oct 2005 15:36:14 +0000 (15:36 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 19 Oct 2005 15:36:14 +0000 (15:36 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@682 e7ae566f-a301-0410-adde-c780ea21d3b5

errlevel.h

index d34e602ffc584f59153828fc8b8723a1d21943c8..d7db6479a9c8e7acf4092baa58846ad7d23bb36c 100644 (file)
 #define D_MANAGEMENT         LOGLEV(3, 41, 0)        /* show --management info */
 #define D_SCHED_EXIT         LOGLEV(3, 42, 0)        /* show arming of scheduled exit */
 #define D_ROUTE_QUOTA        LOGLEV(3, 43, 0)        /* show route quota exceeded messages */
+#define D_OSBUF              LOGLEV(3, 44, 0)        /* show socket/tun/tap buffer sizes */
 
 #define D_SHOW_PARMS         LOGLEV(4, 50, 0)        /* show all parameters on program initiation */
 #define D_SHOW_OCC           LOGLEV(4, 51, 0)        /* show options compatibility string */
 #define D_LOW                LOGLEV(4, 52, 0)        /* miscellaneous low-frequency debug info */
 #define D_DHCP_OPT           LOGLEV(4, 53, 0)        /* show DHCP options binary string */
-#define D_OSBUF              LOGLEV(4, 54, 0)        /* show socket/tun/tap buffer sizes */
-#define D_MBUF               LOGLEV(4, 55, 0)        /* mbuf.[ch] routines */
-#define D_PACKET_TRUNC_ERR   LOGLEV(4, 56, 0)        /* PACKET_TRUNCATION_CHECK */
+#define D_MBUF               LOGLEV(4, 54, 0)        /* mbuf.[ch] routines */
+#define D_PACKET_TRUNC_ERR   LOGLEV(4, 55, 0)        /* PACKET_TRUNCATION_CHECK */
 
 #define D_LOG_RW             LOGLEV(5, 0,  0)        /* Print 'R' or 'W' to stdout for read/write */