Index: apps/app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- apps/app_voicemail.c 5 Nov 2004 20:29:55 -0000 1.169 +++ apps/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;