[Asterisk-cvs] asterisk/apps app_voicemail.c,1.123,1.124

malcolmd at lists.digium.com malcolmd at lists.digium.com
Wed Jun 30 14:44:57 CDT 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv26202/apps

Modified Files:
	app_voicemail.c 
Log Message:
Fix stupid typo


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -d -r1.123 -r1.124
--- app_voicemail.c	30 Jun 2004 18:30:10 -0000	1.123
+++ app_voicemail.c	30 Jun 2004 18:30:48 -0000	1.124
@@ -834,7 +834,7 @@
 	struct tm tm;
 	struct vm_zone *the_zone = NULL;
 	if (vmu && !ast_strlen_zero(vmu->email)) {
-		ast_log(LOG,WARNING, "E-mail address missing for mailbox [%s].  E-mail will not be sent.\n", vmu->mailbox);
+		ast_log(LOG_WARNING, "E-mail address missing for mailbox [%s].  E-mail will not be sent.\n", vmu->mailbox);
 		return(0);
 	}
 	if (!strcmp(format, "wav49"))




More information about the svn-commits mailing list