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:
Jeremy McNamara 2004-01-12 21:37:50 +00:00
parent 7a39517c94
commit d4af3ee3b6
1 changed files with 1 additions and 1 deletions

View File

@ -5436,7 +5436,7 @@ static int sipsock_read(int *id, int fd, short events, void *ignore)
req.data[res] = '\0';
req.len = res;
if (sipdebug)
ast_verbose("Sip read: \n%s\n", req.data);
ast_verbose("\n\nSip read: \n%s\n", req.data);
parse(&req);
if (req.headers < 2) {
/* Must have at least two headers */