diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/teib/teib.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); } |