[asterisk-commits] alecdavis: branch 1.8 r313002 - /branches/1.8/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 7 05:24:55 CDT 2011
Author: alecdavis
Date: Thu Apr 7 05:24:51 2011
New Revision: 313002
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=313002
Log:
app_voicemail: close_mailbox change LOG_WARNING to LOG_NOTICE
Modified:
branches/1.8/apps/app_voicemail.c
Modified: branches/1.8/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_voicemail.c?view=diff&rev=313002&r1=313001&r2=313002
==============================================================================
--- branches/1.8/apps/app_voicemail.c (original)
+++ branches/1.8/apps/app_voicemail.c Thu Apr 7 05:24:51 2011
@@ -7860,7 +7860,7 @@
/* 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 */
More information about the asterisk-commits
mailing list