]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_join.c
pimd: Fix zlog_warn when we mean debug and vice versa
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Oct 2019 14:36:02 +0000 (10:36 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Oct 2019 14:36:02 +0000 (10:36 -0400)
commitfb9670aa53c3278a5548ba4138437389f21f510c
tree77ad90d410e07767867ec0b6b114126c27b9326e
parent4668ac905cf97e298fbc1b11929c64bc7b5a60af
pimd: Fix zlog_warn when we mean debug and vice versa

There are several places in the pim where we are mixing up
zlog_warn w/ zlog_debug and vice versa.  If we are protecting
a zlog_warn w/ a debug is it really a warn?  If we have an actual
error situation we should also warn about it.

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