diff options
Diffstat (limited to 'errlevel.h')
-rw-r--r-- | errlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,14 +92,14 @@ #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 */ |