dect
/
asterisk
Archived
13
0
Fork 0

clean up sip debug output. Bug #674

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1986 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jeremy 2004-01-12 21:37:50 +00:00
parent 2497e04e5a
commit e1ca7e71a4
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 */