mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 12:10:40 +00:00
pimd: Cleanup a debug for vrf
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
40d55b54c6
commit
6c65db5f99
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user