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"))