diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 584729f534..a3d6cdbbe0 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2342,7 +2342,7 @@ static int __messagecount(const char *context, const char *mailbox, const char * /* We have to get the user before we can open the stream! */ vmu = find_user(&vmus, context, mailbox); if (!vmu) { - ast_log(AST_LOG_ERROR, "Couldn't find mailbox %s in context %s\n", mailbox, context); + ast_log(AST_LOG_WARNING, "Couldn't find mailbox %s in context %s\n", mailbox, context); return -1; } else { /* No IMAP account available */