Index: app_voicemail.c =================================================================== --- app_voicemail.c (revision 431735) +++ app_voicemail.c (working copy) @@ -2784,7 +2784,7 @@ if (newmsgs) { struct ast_vm_user *vmu = find_user(NULL, context, mailboxnc); if (!vmu) { - ast_log(AST_LOG_ERROR, "Couldn't find mailbox %s in context %s\n", mailboxnc, context); + ast_log(AST_LOG_NOTICE, "Couldn't find mailbox %s in context %s\n", mailboxnc, context); return -1; } if ((*newmsgs = __messagecount(context, mailboxnc, vmu->imapfolder)) < 0) {