]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Remove warnings and add some data to debugs for isis_csm.c
authorDonald Sharp <sharpd@nvidia.com>
Thu, 22 Apr 2021 19:04:15 +0000 (15:04 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 23 Apr 2021 12:41:41 +0000 (08:41 -0400)
commitc5b8ce0620a9b9558569224ee28b5dfc95e71836
tree51825a599ca23ade03663aeeeda93812ddd90130
parent9d454ad27f154e664861be25da6863ffe5866b48
isisd: Remove warnings and add some data to debugs for isis_csm.c

When running isis and not running isis on all interfaces results
in a bunch of warn messages to the log about circuit state
changes.  These warn messages also didn't bother to inform
the end user what interface was causing the fun.  Since
the end operator cannot do anything with these warn messages
and nor should they in the vast array of normal operations
modify the code to use event debugging and turn the warns
to debugs.

Additionally add some information to clue the operator
in on to what actual interface we are talking about.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
isisd/isis_csm.c