From: Mark Spencer Date: Fri, 6 Aug 2004 17:09:54 +0000 (+0000) Subject: Merge the remaining bit of the verbose update (bug #2213) X-Git-Tag: 1.0.0-rc2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=172a45d6031ae84b11b9d763576d13156bb27beb;p=thirdparty%2Fasterisk.git 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 --- diff --git a/apps/app_verbose.c b/apps/app_verbose.c index 7585d79020..ade1390384 100755 --- a/apps/app_verbose.c +++ b/apps/app_verbose.c @@ -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;