aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-08 19:19:50 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-08 19:19:50 +0000
commit815be572df1fb1fcf08280d763999fa6d52089b5 (patch)
treefac68e75fd369ee1efa5281d435b0a959fed4316 /channels
parent7b35d3cf7448b3d37e28e33e0295f7c2aa02c5ff (diff)
Remove debug output.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@115568 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_iax2.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/channels/chan_iax2.c b/channels/chan_iax2.c
index 26f01a38b..dc65b11f0 100644
--- a/channels/chan_iax2.c
+++ b/channels/chan_iax2.c
@@ -3642,10 +3642,7 @@ static int iax2_indicate(struct ast_channel *c, int condition, const void *data,
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;
}