pimd: Cleanup a debug for vrf

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-08-24 09:53:05 -04:00
parent 40d55b54c6
commit 6c65db5f99

View File

@ -1624,8 +1624,9 @@ static void pim_upstream_sg_running(void *arg)
// No packet can have arrived here if this is the case
if (!up->channel_oil->installed) {
if (PIM_DEBUG_TRACE)
zlog_debug("%s: %s is not installed in mroute",
__PRETTY_FUNCTION__, up->sg_str);
zlog_debug("%s: %s[%s] is not installed in mroute",
__PRETTY_FUNCTION__,
up->sg_str, pim->vrf->name);
return;
}