diff --git a/lcpng_if_sync.c b/lcpng_if_sync.c index a054b6f..686af18 100644 --- a/lcpng_if_sync.c +++ b/lcpng_if_sync.c @@ -75,9 +75,9 @@ lcp_itf_pair_sync_state (lcp_itf_pair_t *lip) if (sup_sw->mtu[VNET_MTU_L3] < sw->mtu[VNET_MTU_L3]) { LCP_ITF_PAIR_WARN ("sync_state: %U flags %u mtu %u sup-mtu %u: " - "clamping to sup-mtu to satisfy netlink", - format_lcp_itf_pair, lip, sw->flags, - sw->mtu[VNET_MTU_L3], sup_sw->mtu[VNET_MTU_L3]); + "clamping to sup-mtu to satisfy netlink", + format_lcp_itf_pair, lip, sw->flags, + sw->mtu[VNET_MTU_L3], sup_sw->mtu[VNET_MTU_L3]); vnet_sw_interface_set_mtu (vnet_get_main (), sw->sw_if_index, sup_sw->mtu[VNET_MTU_L3]); vnet_netlink_set_link_mtu (lip->lip_vif_index, sup_sw->mtu[VNET_MTU_L3]); diff --git a/lcpng_interface.h b/lcpng_interface.h index 4dd0eb1..c9fb4ee 100644 --- a/lcpng_interface.h +++ b/lcpng_interface.h @@ -31,7 +31,7 @@ extern vlib_log_class_t lcp_itf_pair_logger; #define LCP_ITF_PAIR_INFO(...) \ vlib_log_info (lcp_itf_pair_logger, __VA_ARGS__); -#define LCP_ITF_PAIR_NOTICE(...) \ +#define LCP_ITF_PAIR_NOTICE(...) \ vlib_log_notice (lcp_itf_pair_logger, __VA_ARGS__); #define LCP_ITF_PAIR_WARN(...) \