]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Move timer information to TRACE_DETAIL
authorDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 23 Jun 2016 15:54:24 +0000 (11:54 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 23 Jun 2016 15:54:24 +0000 (11:54 -0400)
Move another timer informational debug to TRACE_DETAIL

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_neighbor.c

index a1e6654814f2ed23aa91d9169336ceaa2dec1ab5..7e7cbc0d116c02fe9eb12c7915fe3594e5bd99b7 100644 (file)
@@ -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("<src?>", neigh->source_addr, src_str, sizeof(src_str));
     zlog_debug("%s: starting %u sec timer for neighbor %s on %s",