summaryrefslogtreecommitdiffstats
path: root/lib/command_parse.y
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2016-11-04 21:16:07 +0100
committerQuentin Young <qlyoung@cumulusnetworks.com>2016-11-04 21:16:07 +0100
commit2328428d2004fc83f3d3ca31d4a482d64ec149f3 (patch)
treea262da6524044fcd091b74b547eb728ca09f21a2 /lib/command_parse.y
parentvtysh: Add address-family stomps (diff)
downloadfrr-2328428d2004fc83f3d3ca31d4a482d64ec149f3.tar.xz
frr-2328428d2004fc83f3d3ca31d4a482d64ec149f3.zip
ospfd, lib: Fix `no pce address` syntax
And change parser debugging messages to zlog_debug Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r--lib/command_parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_parse.y b/lib/command_parse.y
index 8da08c36d..680a74ccd 100644
--- a/lib/command_parse.y
+++ b/lib/command_parse.y
@@ -459,7 +459,7 @@ doc_next (struct cmd_element *el)
const char *piece = docstr ? strsep (&docstr, "\n") : "";
if (*piece == 0x03)
{
- zlog_warn ("Ran out of docstring while parsing '%s'", el->string);
+ zlog_debug ("Ran out of docstring while parsing '%s'", el->string);
piece = "";
}