From: Anthony LaMantia Date: Thu, 31 Aug 2006 21:12:26 +0000 (+0000) Subject: spacing update X-Git-Tag: 1.4.0-beta1~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5537255003ca747fb7271d4c656e6c1d255bd3e;p=thirdparty%2Fasterisk.git spacing update git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41648 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index be2f3692be..231e2bb1e5 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -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);