[Asterisk-cvs] asterisk/apps app_voicemail.c,1.169,1.170

markster at lists.digium.com markster at lists.digium.com
Sun Nov 7 15:23:33 CST 2004


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv9397/apps

Modified Files:
	app_voicemail.c 
Log Message:
Fix page thingy (bug #2789)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- app_voicemail.c	5 Nov 2004 20:29:55 -0000	1.169
+++ app_voicemail.c	7 Nov 2004 20:25:17 -0000	1.170
@@ -1035,7 +1035,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 page to %s with command '%s'\n", pager, mailcmd);
 	} else {
 		ast_log(LOG_WARNING, "Unable to launch '%s'\n", mailcmd);
 		return -1;




More information about the svn-commits mailing list