diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 41c13dd28315bb4036fd494026cff0c51d157235..396ed8bd98a870769d20bb09e2a6172b2de70940 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -7849,7 +7849,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 */