[Asterisk-cvs] asterisk/apps app_voicemail.c,1.163,1.164
markster at lists.digium.com
markster at lists.digium.com
Sun Oct 24 09:11:32 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv19364/apps
Modified Files:
app_voicemail.c
Log Message:
Fix email debyg line (bug #2675)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- app_voicemail.c 22 Oct 2004 19:45:39 -0000 1.163
+++ app_voicemail.c 24 Oct 2004 13:15:12 -0000 1.164
@@ -917,7 +917,7 @@
fclose(p);
snprintf(tmp2, sizeof(tmp2), "( %s < %s ; rm -f %s ) &", mailcmd, tmp, tmp);
ast_safe_system(tmp2);
- ast_log(LOG_DEBUG, "Sent mail to %s with command '%s'\n", who, mailcmd);
+ ast_log(LOG_DEBUG, "Sent mail to %s with command '%s'\n", vmu->email, mailcmd);
} else {
ast_log(LOG_WARNING, "Unable to launch '%s'\n", mailcmd);
return -1;
More information about the svn-commits
mailing list