Skip to content
Snippets Groups Projects
Commit fc86ea2e authored by Olle Johansson's avatar Olle Johansson
Browse files

Removing extra output

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 723c1ffb
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment