diff --git a/main/cdr.c b/main/cdr.c index b337ededfb9c63c8eb5b586288d6c1250805bc4f..042c9434c3efdc8b97c603f167fc9b5e94201dab 100644 --- a/main/cdr.c +++ b/main/cdr.c @@ -757,7 +757,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;