Skip to content

Commit

Permalink
Merge pull request #13727 from anlancs/pimd/cleanup-1
Browse files Browse the repository at this point in the history
pimd: adjust the display for debug
  • Loading branch information
mobash-rasool authored Jun 9, 2023
2 parents 1a60c3e + beb7c1a commit a19aa56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pimd/pim_upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ struct pim_upstream *pim_upstream_del(struct pim_instance *pim,

if (PIM_DEBUG_PIM_TRACE)
zlog_debug(
"%s(%s): Delete %s[%s] ref count: %d , flags: %d c_oil ref count %d (Pre decrement)",
"%s(%s): Delete %s[%s] ref count: %d, flags: %d c_oil ref count %d (Pre decrement)",
__func__, name, up->sg_str, pim->vrf->name,
up->ref_count, up->flags,
up->channel_oil->oil_ref_count);
Expand Down Expand Up @@ -2056,7 +2056,7 @@ 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%s is not installed in mroute",
zlog_debug("%s: %s[%s] is not installed in mroute",
__func__, up->sg_str, pim->vrf->name);
return;
}
Expand Down

0 comments on commit a19aa56

Please sign in to comment.