Fix stupid typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Malcolm Davenport
2004-06-30 18:30:48 +00:00
parent bd7418b625
commit 8e2e53c987

View File

@@ -834,7 +834,7 @@ static int sendmail(char *srcemail, struct ast_vm_user *vmu, int msgnum, char *m
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"))