From d593a70bbfcd7473b335318e6bdbdb42d2a08ea4 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Sat, 10 May 2003 18:21:28 +0000 Subject: [PATCH] Show more debugging git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@990 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app_voicemail2.c b/apps/app_voicemail2.c index d5b26eeaf9..0ebe83b05a 100755 --- a/apps/app_voicemail2.c +++ b/apps/app_voicemail2.c @@ -577,7 +577,7 @@ static int play_and_record(struct ast_channel *chan, char *playfile, char *recor time(&start); for (x=0;x<fmtcnt;x++) { others[x] = ast_writefile(recordfile, sfmt[x], comment, O_TRUNC, 0, 0700); - ast_verbose( VERBOSE_PREFIX_3 "x=%i, open writing: %s format: %s\n", x, recordfile, sfmt[x]); + ast_verbose( VERBOSE_PREFIX_3 "x=%i, open writing: %s format: %s, %p\n", x, recordfile, sfmt[x], others[x]); if (!others[x]) { break; -- GitLab