mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +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.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 */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user