mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix stupid typo
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"))
|
||||
|
Reference in New Issue
Block a user