--- srv.c 2009-01-12 16:10:26.000000000 -0500 +++ srv.c.new 2009-01-12 16:09:50.000000000 -0500 @@ -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';