]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
This will help debug; from a question asked on #asterisk
authorSteve Murphy <murf@digium.com>
Fri, 10 Aug 2007 17:43:49 +0000 (17:43 +0000)
committerSteve Murphy <murf@digium.com>
Fri, 10 Aug 2007 17:43:49 +0000 (17:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79044 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/cdr.c

index 20d31bd4bcaa0de3797510872fb5df33dbe3d2d3..9d2b7ed09b1adc6c59591df95ed4ac24aadaf4dd 100644 (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;