mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 23:56:12 +00:00
Merge pull request #13727 from anlancs/pimd/cleanup-1
pimd: adjust the display for debug
This commit is contained in:
commit
a19aa56b95
@ -2056,7 +2056,7 @@ static void pim_upstream_sg_running(void *arg)
|
|||||||
// No packet can have arrived here if this is the case
|
// No packet can have arrived here if this is the case
|
||||||
if (!up->channel_oil->installed) {
|
if (!up->channel_oil->installed) {
|
||||||
if (PIM_DEBUG_TRACE)
|
if (PIM_DEBUG_TRACE)
|
||||||
zlog_debug("%s: %s%s is not installed in mroute",
|
zlog_debug("%s: %s[%s] is not installed in mroute",
|
||||||
__func__, up->sg_str, pim->vrf->name);
|
__func__, up->sg_str, pim->vrf->name);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user