mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-22 14:34:09 -07:00
app_voicemail: close_mailbox change LOG_WARNING to LOG_NOTICE
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@313002 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -7860,7 +7860,7 @@ static int close_mailbox(struct vm_state *vms, struct ast_vm_user *vmu)
|
||||
/* update count as message may have arrived while we've got mailbox open */
|
||||
last_msg_idx = last_message_index(vmu, vms->curdir);
|
||||
if (last_msg_idx != vms->lastmsg) {
|
||||
ast_log(AST_LOG_WARNING, "%d messages received after mailbox opened.\n", last_msg_idx - vms->lastmsg);
|
||||
ast_log(AST_LOG_NOTICE, "%d messages received after mailbox opened.\n", last_msg_idx - vms->lastmsg);
|
||||
}
|
||||
|
||||
/* must check up to last detected message, just in case it is erroneously greater than maxmsg */
|
||||
|
||||
Reference in New Issue
Block a user