]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix unguarded log message
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Sep 2016 19:43:17 +0000 (15:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:08 +0000 (20:26 -0500)
commit4a4c0d0c551749fdb94e73447990d36067b09c89
tree3aeb95c20db18a82d36d42b7dafedcf990153656
parent12c7b75bce592022f8773bc1a3aaf07353ecd3e5
pimd: Fix unguarded log message

In pim_rpf.c when we receive multiple paths for the
rpf we are complaining that we are not sure what
to do with it yet.  Change the _info to _debug
and don't print out unless we are debugging
stuff.

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