[asterisk-commits] mmichelson: branch 1.6.1 r168524 - in /branches/1.6.1: ./ main/srv.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 12 17:13:13 CST 2009


Author: mmichelson
Date: Mon Jan 12 17:13:13 2009
New Revision: 168524

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168524
Log:
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)



........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/main/srv.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/main/srv.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/main/srv.c?view=diff&rev=168524&r1=168523&r2=168524
==============================================================================
--- branches/1.6.1/main/srv.c (original)
+++ branches/1.6.1/main/srv.c Mon Jan 12 17:13:13 2009
@@ -224,7 +224,7 @@
 		ast_copy_string(host, current->host, hostlen);
 		*port = current->port;
 		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);
 	} else {
 		host[0] = '\0';




More information about the asterisk-commits mailing list