Skip to content
Snippets Groups Projects
Commit a93fbe2a authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Non-verbose output should always go to the remote console, regardless of the previous level.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@355749 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 7c373d8c
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment