pimd: ifchannel deletion should tell you the interface

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2019-06-11 12:34:23 +00:00
parent 7c26c12106
commit 6d7c0df5b4

View File

@ -234,8 +234,8 @@ void pim_ifchannel_delete(struct pim_ifchannel *ch)
RB_REMOVE(pim_ifchannel_rb, &pim_ifp->ifchannel_rb, ch);
if (PIM_DEBUG_PIM_TRACE)
zlog_debug("%s: ifchannel entry %s is deleted ", __func__,
ch->sg_str);
zlog_debug("%s: ifchannel entry %s(%s) is deleted ", __func__,
ch->sg_str, ch->interface->name);
XFREE(MTYPE_PIM_IFCHANNEL, ch);