mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user