]> git.puffer.fish Git - matthieu/frr.git/commit
lib: Convert zlog_err for clippy build
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Jun 2018 20:28:45 +0000 (16:28 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Aug 2018 20:02:05 +0000 (20:02 +0000)
commitb87478cb3e18e9557ebd95fb3a39e28b6f2d4f62
tree502aef41c0202a08804956ea66a8086f68c6e723
parent30b0312cc177a1f7ea4949c5db1e5a1c6c33c9cb
lib: Convert zlog_err for clippy build

The clippy code does not need to log the error messages
as errors as that it is only run as part of the build
itself and as long as we see the notifications we are good.

So convert zlog_err to zlog_notice so that we do not think
we have any zlog_err's in lib anymore

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/command_parse.y