Show more debugging

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-05-10 18:21:28 +00:00
parent 7a37c73b8e
commit d593a70bbf

View File

@@ -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;