From: Steve Murphy Date: Fri, 10 Aug 2007 17:43:49 +0000 (+0000) Subject: This will help debug; from a question asked on #asterisk X-Git-Tag: 1.4.12.1~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2544c0be733f7200ec954e06d0a431443fefbf57;p=thirdparty%2Fasterisk.git This will help debug; from a question asked on #asterisk git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79044 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/cdr.c b/main/cdr.c index 20d31bd4bc..9d2b7ed09b 100644 --- a/main/cdr.c +++ b/main/cdr.c @@ -759,7 +759,7 @@ int ast_cdr_disposition(struct ast_cdr *cdr, int cause) break; default: res = -1; - ast_log(LOG_WARNING, "Cause not handled\n"); + ast_log(LOG_WARNING, "Cause (%d) not handled\n", cause); } } return res;