[asterisk-commits] alecdavis: trunk r313003 - /trunk/apps/app_voicemail.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 7 05:25:55 CDT 2011
Author: alecdavis
Date: Thu Apr 7 05:25:51 2011
New Revision: 313003
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=313003
Log:
app_voicemail: close_mailbox change LOG_WARNING to LOG_NOTICE
Modified:
trunk/apps/app_voicemail.c
Modified: trunk/apps/app_voicemail.c
URL: http://svnview.digium.com/svn/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=313003&r1=313002&r2=313003
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Thu Apr 7 05:25:51 2011
@@ -7849,7 +7849,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