diff options
Diffstat (limited to 'lib/command_parse.y')
-rw-r--r-- | lib/command_parse.y | 2 |
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 = ""; } |