summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/asterisk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/asterisk.c b/main/asterisk.c
index fd81462fb..98d28ed3e 100644
--- a/main/asterisk.c
+++ b/main/asterisk.c
@@ -2334,6 +2334,9 @@ static int ast_el_read_char(EditLine *editline, char *cp)
if (state->prev_line_full && VERBOSE_HASMAGIC(curline)) {
level = VERBOSE_MAGIC2LEVEL(curline);
curline++;
+ } else if (state->prev_line_full && !VERBOSE_HASMAGIC(curline)) {
+ /* Non-verbose output */
+ level = 0;
} else {
level = state->prev_line_verbosity;
}