projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7418b
)
Fix stupid typo
author
Malcolm Davenport
<malcolmd@digium.com>
Wed, 30 Jun 2004 18:30:48 +0000
(18:30 +0000)
committer
Malcolm Davenport
<malcolmd@digium.com>
Wed, 30 Jun 2004 18:30:48 +0000
(18:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3368
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
2ee4477
..
8a132b2
100755
(executable)
--- 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"))