summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index cb85c5be9..891d23360 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7557,7 +7557,7 @@ static int get_folder(struct ast_channel *chan, int start)
if (ast_fileexists(fn, NULL, NULL)) {
d = vm_play_folder_name(chan, fn);
} else {
- ast_verb(1, "failed to find %s\n", fn);
+ ast_verb(4, "Failed to find file %s; falling back to INBOX\n", fn);
d = vm_play_folder_name(chan, "vm-INBOX");
}
} else {