]> git.proxmox.com Git - mirror_frr.git/commit
lib: When logging commands do not use zlog_err
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 14 Jun 2018 13:02:49 +0000 (09:02 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 14 Aug 2018 20:02:05 +0000 (20:02 +0000)
commit3ec8b5b8980bb0267f32dfc2508c457db55d5156
treef8a175d8dda4419fd724e222de519030f6b06d6e
parent1ca3850c88035cef8bb2fe0f45112f774d9a328e
lib: When logging commands do not use zlog_err

When we are logging a commands via the `log commands`
cli, use zlog_notice instead of zlog_err, since that
this is not an actual error situation.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
lib/vty.c