X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvnet%2Fteib%2Fteib.c;h=44bbc7cfd893bcad67c6bcf01c9f2a0cf8f66e21;hb=de989066480f70b09052a9e649a1d5d1dd21566c;hp=2edb18c01e670ff2f19d60ff01c8e478ea108142;hpb=114b154659fc647881d50d5bf1ae10c97090254e;p=vpp.git diff --git a/src/vnet/teib/teib.c b/src/vnet/teib/teib.c index 2edb18c01e6..44bbc7cfd89 100644 --- a/src/vnet/teib/teib.c +++ b/src/vnet/teib/teib.c @@ -279,8 +279,7 @@ teib_entry_del (u32 sw_if_index, const ip_address_t * peer) } else { - TEIB_INFO ("no such entry: %U, %U, %U", - format_vnet_sw_if_index_name, + TEIB_INFO ("no such entry: %U, %U", format_vnet_sw_if_index_name, vnet_get_main (), sw_if_index, format_ip_address, peer); return (VNET_API_ERROR_NO_SUCH_ENTRY); }