aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-07 20:25:17 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-07 20:25:17 +0000
commit74c68781722f76bfe79775d2617ff75d6d6e176f (patch)
tree3ba80393afde4f6d0bdd7e8b784d25d3ee58fe85 /apps/app_voicemail.c
parent38ee657741233f96c797f8d7a75374f326b2185a (diff)
Fix page thingy (bug #2789)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4173 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_voicemail.c')
-rwxr-xr-xapps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 83ec8a184..88d9af21c 100755
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1035,7 +1035,7 @@ static int sendpage(char *srcemail, char *pager, int msgnum, char *mailbox, char
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;