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
This commit is contained in:
Steve Murphy
2007-08-10 17:43:49 +00:00
parent d21e1596f8
commit 2544c0be73

View File

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