mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 11:18:43 +00:00
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:
parent
ae90dfbbb7
commit
ce9a064388
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user