Merged revisions 79044 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r79044 | murf | 2007-08-10 11:43:49 -0600 (Fri, 10 Aug 2007) | 1 line

This will help debug; from a question asked on #asterisk
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79045 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Steve Murphy 18 years ago
parent e113d36aa4
commit f223818927

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

Loading…
Cancel
Save