From 2328428d2004fc83f3d3ca31d4a482d64ec149f3 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 4 Nov 2016 20:16:07 +0000 Subject: ospfd, lib: Fix `no pce address` syntax And change parser debugging messages to zlog_debug Signed-off-by: Quentin Young --- lib/command_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/command_parse.y') 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 = ""; } -- cgit v1.2.3