From ce9a06438861d4fccbbb8701bc9bfd1e5b000612 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 23 Jun 2016 11:54:24 -0400 Subject: [PATCH] pimd: Move timer information to TRACE_DETAIL Move another timer informational debug to TRACE_DETAIL Signed-off-by: Donald Sharp --- pimd/pim_neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimd/pim_neighbor.c b/pimd/pim_neighbor.c index a1e6654814..7e7cbc0d11 100644 --- a/pimd/pim_neighbor.c +++ b/pimd/pim_neighbor.c @@ -267,7 +267,7 @@ void pim_neighbor_timer_reset(struct pim_neighbor *neigh, uint16_t holdtime) return; } - if (PIM_DEBUG_PIM_TRACE) { + if (PIM_DEBUG_PIM_TRACE_DETAIL) { char src_str[100]; pim_inet4_dump("", neigh->source_addr, src_str, sizeof(src_str)); zlog_debug("%s: starting %u sec timer for neighbor %s on %s", -- 2.39.5