[asterisk-commits] mmichelson: trunk r168523 - /trunk/main/srv.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 12 17:12:30 CST 2009
Author: mmichelson
Date: Mon Jan 12 17:12:30 2009
New Revision: 168523
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168523
Log:
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:
trunk/main/srv.c
Modified: trunk/main/srv.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/main/srv.c?view=diff&rev=168523&r1=168522&r2=168523
==============================================================================
--- trunk/main/srv.c (original)
+++ trunk/main/srv.c Mon Jan 12 17:12:30 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