mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
clean up sip debug output. Bug #674
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1986 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5436,7 +5436,7 @@ static int sipsock_read(int *id, int fd, short events, void *ignore)
|
|||||||
req.data[res] = '\0';
|
req.data[res] = '\0';
|
||||||
req.len = res;
|
req.len = res;
|
||||||
if (sipdebug)
|
if (sipdebug)
|
||||||
ast_verbose("Sip read: \n%s\n", req.data);
|
ast_verbose("\n\nSip read: \n%s\n", req.data);
|
||||||
parse(&req);
|
parse(&req);
|
||||||
if (req.headers < 2) {
|
if (req.headers < 2) {
|
||||||
/* Must have at least two headers */
|
/* Must have at least two headers */
|
||||||
|
Reference in New Issue
Block a user