aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-22 14:44:58 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2009-06-22 14:44:58 +0000
commitb283c6a56b5b62f3a256f2bc0112fa60f550f9a7 (patch)
tree3c0abc440045656939793b65f003c290631a223d /channels/chan_sip.c
parent2f3debb45611a85154040e7e350d9370c0d1970a (diff)
Remove an extra debug line left from previous commit.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@202342 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index c1e83ae60..cb65b2c66 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -2069,7 +2069,6 @@ static enum sip_result __sip_reliable_xmit(struct sip_pvt *p, int seqno, int res
/* Parse out the response code */
if (sscanf(pkt->data, "SIP/2.0 %d", &respid) == 1) {
pkt->response_code = respid;
- ast_log(LOG_NOTICE, "Hey, I just set the response code for this packet to %d\n", pkt->response_code);
}
}
pkt->timer_t1 = p->timer_t1; /* Set SIP timer T1 */