[Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.3,1.151.2.4
russell at lists.digium.com
russell at lists.digium.com
Sun Oct 24 20:47:51 CDT 2004
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv22629/apps
Modified Files:
Tag: v1-0
app_voicemail.c
Log Message:
fix debug message for voicemail email (bug #2675)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.3
retrieving revision 1.151.2.4
diff -u -d -r1.151.2.3 -r1.151.2.4
--- app_voicemail.c 23 Oct 2004 11:55:21 -0000 1.151.2.3
+++ app_voicemail.c 25 Oct 2004 00:51:27 -0000 1.151.2.4
@@ -1004,7 +1004,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