aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_verbose.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_verbose.c')
-rwxr-xr-xapps/app_verbose.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_verbose.c b/apps/app_verbose.c
index 7585d7902..ade139038 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;