From bc429011e87142aafb692b041b9c38a6685da90b Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Wed, 12 Apr 2023 10:53:39 +0200 Subject: [PATCH] Fix logging for https://gerrit.fd.io/r/c/vpp/+/38602 --- lcpng_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcpng_interface.c b/lcpng_interface.c index 798eadc..c910743 100644 --- a/lcpng_interface.c +++ b/lcpng_interface.c @@ -789,7 +789,7 @@ lcp_itf_pair_create (u32 phy_sw_if_index, u8 *host_if_name, if (hw->hw_class_index != ethernet_hw_interface_class.index && host_if_type == LCP_ITF_HOST_TAP) { - LCP_ITF_PAIR_ERR ( + LCP_IF_ERROR ( "pair_create: don't create TAP for non-eth interface; use tun"); return VNET_API_ERROR_INVALID_ARGUMENT; }