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
break;
default:
res = -1;
- ast_log(LOG_WARNING, "Cause not handled\n");
+ ast_log(LOG_WARNING, "Cause (%d) not handled\n", cause);
}
}
return res;