From: Malcolm Davenport Date: Wed, 30 Jun 2004 18:30:48 +0000 (+0000) Subject: Fix stupid typo X-Git-Tag: 1.0.0-rc1~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e2e53c987a1b2f8cef8ba4646c6f9f205da5863;p=thirdparty%2Fasterisk.git Fix stupid typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3368 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 2ee4477877..8a132b29b8 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -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"))