spacing update

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41648 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Anthony LaMantia
2006-08-31 21:12:26 +00:00
parent 2161a251a8
commit e553725500

View File

@@ -303,7 +303,8 @@ static int record_exec(struct ast_channel *chan, void *data)
} else if ((f->frametype == AST_FRAME_DTMF) &&
(f->subclass == terminator)) {
res = ast_writestream(s,f);
if(res) {
if (res) {
ast_log(LOG_WARNING,"Problem writing final record frame\n");
}
ast_frfree(f);