Skip to content
Snippets Groups Projects
Commit 172a45d6 authored by Mark Spencer's avatar Mark Spencer
Browse files

Merge the remaining bit of the verbose update (bug #2213)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3584 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 27d0ebc6
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,9 @@ static int verbose_exec(struct ast_channel *chan, void *data) ...@@ -57,6 +57,9 @@ static int verbose_exec(struct ast_channel *chan, void *data)
} }
if (option_verbose >= vsize) { if (option_verbose >= vsize) {
switch (vsize) { switch (vsize) {
case 0:
ast_verbose("%s\n", vtext);
break;
case 1: case 1:
ast_verbose(VERBOSE_PREFIX_1 "%s\n", vtext); ast_verbose(VERBOSE_PREFIX_1 "%s\n", vtext);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment