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
1.0
Mark Spencer 21 years ago
parent 27d0ebc686
commit 172a45d603

@ -57,6 +57,9 @@ static int verbose_exec(struct ast_channel *chan, void *data)
}
if (option_verbose >= vsize) {
switch (vsize) {
case 0:
ast_verbose("%s\n", vtext);
break;
case 1:
ast_verbose(VERBOSE_PREFIX_1 "%s\n", vtext);
break;

Loading…
Cancel
Save