From 8e2e53c987a1b2f8cef8ba4646c6f9f205da5863 Mon Sep 17 00:00:00 2001 From: Malcolm Davenport Date: Wed, 30 Jun 2004 18:30:48 +0000 Subject: [PATCH] Fix stupid typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3368 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))