]> git.puffer.fish Git - mirror/frr.git/commit
lib: Change zlog_debug to zlog_err for doc string issues 7511/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 12 Nov 2020 21:14:29 +0000 (16:14 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 17 Nov 2020 12:25:24 +0000 (07:25 -0500)
commitc8a400f374e3cfe6a94646be031f7fa64ba1fe4f
tree521c04b32f62a24fab1e6bd2737a71c463b8fff3
parentfbc48492fc1753fffacd2c6d597d43abcd34465a
lib: Change zlog_debug to zlog_err for doc string issues

Modify the code to change from zlog_debug to zlog_err.
vtysh was not outputting the vtysh doc string issues
after a change a couple of months back.  By changing
to error level we start seeing them on vtysh start up
again.  This will allow us to catch these issues
in the CI runs again.

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