pimd: Move timer information to TRACE_DETAIL

Move another timer informational debug to TRACE_DETAIL

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2016-06-23 11:54:24 -04:00
parent ae90dfbbb7
commit ce9a064388

View File

@ -267,7 +267,7 @@ void pim_neighbor_timer_reset(struct pim_neighbor *neigh, uint16_t holdtime)
return; return;
} }
if (PIM_DEBUG_PIM_TRACE) { if (PIM_DEBUG_PIM_TRACE_DETAIL) {
char src_str[100]; char src_str[100];
pim_inet4_dump("<src?>", neigh->source_addr, src_str, sizeof(src_str)); pim_inet4_dump("<src?>", neigh->source_addr, src_str, sizeof(src_str));
zlog_debug("%s: starting %u sec timer for neighbor %s on %s", zlog_debug("%s: starting %u sec timer for neighbor %s on %s",