summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2006-12-29 11:02:28 +0000
committerOlle Johansson <oej@edvina.net>2006-12-29 11:02:28 +0000
commitfc86ea2eed64069ee548bd2ad04a99f414ff6176 (patch)
tree5435b8c93cdd46d3552ff4cf11a0cba4c5151580 /channels
parent723c1ffba8abaaaa6e51d4ccf7941ac5c323c202 (diff)
Removing extra output
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-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 651ad0d04..797fb08e1 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -14668,7 +14668,6 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
p->method = req->method; /* Find out which SIP method they are using */
if (option_debug > 3)
ast_log(LOG_DEBUG, "**** Received %s (%d) - Command in SIP %s\n", sip_methods[p->method].text, sip_methods[p->method].id, cmd);
- ast_verbose("**** Received %s (%d) - Command in SIP %s\n", sip_methods[p->method].text, sip_methods[p->method].id, cmd);
if (p->icseq && (p->icseq > seqno)) {
if (option_debug)