https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r115568 | russell | 2008-05-08 14:19:50 -0500 (Thu, 08 May 2008) | 2 lines
Remove debug output.
........
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@115569
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
ast_mutex_lock(&iaxsl[callno]);
pvt = iaxs[callno];
}
- if (pvt->peercallno) {
- ast_log(LOG_NOTICE, "Yay, we didn't know the peercallno, but we were patient and got it.\n");
- } else {
- ast_log(LOG_NOTICE, "Damnit! We waited around and never got the peercallno ...\n");
+ if (!pvt->peercallno) {
res = -1;
goto done;
}