summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-09-30 10:22:46 -0400
committerDonald Sharp <sharpd@cumulusnetwroks.com>2016-05-25 20:38:33 -0400
commit7adf026098fe6ae1f7b7e1805ec00930f7eac892 (patch)
tree6c64815b1595ef757b74230561ac78ca0800bf3e /pimd/pim_zebra.c
parent6b775f61209b1011db1afdb4a2465d10e5e00217 (diff)
pimd: Cleanup zebra debugs to be protected by debug commands
pimd is very chatty without any pim debugs turned on. This commit fixes a bunch of the debugs to be protected by appropriate pim debug statement. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 4cfb359a5a..5510ceae1b 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -758,7 +758,7 @@ static int fib_lookup_if_vif_index(struct in_addr addr)
if (num_ifindex > 1) {
char addr_str[100];
pim_inet4_dump("<addr?>", addr, addr_str, sizeof(addr_str));
- zlog_debug("%s %s: FIXME ignoring multiple nexthop ifindex'es num_ifindex=%d for address %s (using only ifindex=%d)",
+ zlog_info("%s %s: FIXME ignoring multiple nexthop ifindex'es num_ifindex=%d for address %s (using only ifindex=%d)",
__FILE__, __PRETTY_FUNCTION__,
num_ifindex, addr_str, first_ifindex);
/* debug warning only, do not return */