forked from Mirror/frr
pimd: Remove unprotected debug log
Upon receiving *,G joins from downstream we were outputing a unprotected debug. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
da55afba15
commit
60dbe1a15a
|
@ -113,9 +113,10 @@ static void recv_join(struct interface *ifp,
|
|||
char buff[100];
|
||||
|
||||
strcpy (buff, pim_str_sg_dump (&up->sg));
|
||||
zlog_debug("%s %s: Join(S,G)=%s from %s",
|
||||
__FILE__, __PRETTY_FUNCTION__,
|
||||
buff, pim_str_sg_dump (&sg));
|
||||
if (PIM_DEBUG_PIM_TRACE)
|
||||
zlog_debug("%s %s: Join(S,G)=%s from %s",
|
||||
__FILE__, __PRETTY_FUNCTION__,
|
||||
buff, pim_str_sg_dump (&sg));
|
||||
|
||||
if (pim_upstream_evaluate_join_desired (child))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue