mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Merged revisions 168523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r168523 | mmichelson | 2009-01-12 17:12:30 -0600 (Mon, 12 Jan 2009) | 11 lines bump the verbosity of a message in srv.c up by one. It used to be at this level prior to a large patch merge which converted ast_verbose calls to ast_verb (closes issue #14221) Reported by: jcovert Patches: srv.c.patch uploaded by jcovert (license 551) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@168524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -224,7 +224,7 @@ int ast_get_srv(struct ast_channel *chan, char *host, int hostlen, int *port, co | |||||||
| 		ast_copy_string(host, current->host, hostlen); | 		ast_copy_string(host, current->host, hostlen); | ||||||
| 		*port = current->port; | 		*port = current->port; | ||||||
| 		ast_free(current); | 		ast_free(current); | ||||||
| 		ast_verb(3, "ast_get_srv: SRV lookup for '%s' mapped to host %s, port %d\n", | 		ast_verb(4, "ast_get_srv: SRV lookup for '%s' mapped to host %s, port %d\n", | ||||||
| 				    service, host, *port); | 				    service, host, *port); | ||||||
| 	} else { | 	} else { | ||||||
| 		host[0] = '\0'; | 		host[0] = '\0'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user