]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_nhg.c
zebra: make a couple NHG errors debugs
authorStephen Worley <sworley@nvidia.com>
Tue, 1 Dec 2020 17:04:30 +0000 (12:04 -0500)
committerStephen Worley <sworley@nvidia.com>
Tue, 1 Dec 2020 17:04:30 +0000 (12:04 -0500)
commit306720345a1ce820faf1f3983a7ab4330b777811
treeaa70076dbaa9d7e88073b36283e17bbe881b19ce
parent9171f2820445ce87ec4958e09039cdab0907c5e6
zebra: make a couple NHG errors debugs

A couple NHG messages we were logging as errors are a bit spammy
in usecases where you routinely add/remove interfaces (VM heavy
deployments). Its not really an error a user cares about and
more for a developer to know what went wrong after the fact so
it makes more sense for these to be under a debug rather than
an error since seeing them does not implicitly mean error during
those usecases.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
zebra/zebra_nhg.c