]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 115568 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Thu, 8 May 2008 19:20:35 +0000 (19:20 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 8 May 2008 19:20:35 +0000 (19:20 +0000)
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

channels/chan_iax2.c

index 73eb3f138655423814df6c8b7015f3a927d5129b..2213648ebebf83ce382a6d05d40c1298a4cbfcf4 100644 (file)
@@ -3936,10 +3936,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;
                }