summaryrefslogtreecommitdiff
path: root/main/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/srv.c')
-rw-r--r--main/srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/srv.c b/main/srv.c
index 96f02f3df..15a194fb6 100644
--- a/main/srv.c
+++ b/main/srv.c
@@ -286,7 +286,7 @@ int ast_get_srv(struct ast_channel *chan, char *host, int hostlen, int *port, co
ast_copy_string(host, current->host, hostlen);
*port = current->port;
ast_free(current);
- ast_verb(4, "ast_get_srv: SRV lookup for '%s' mapped to host %s, port %d\n",
+ ast_debug(4, "ast_get_srv: SRV lookup for '%s' mapped to host %s, port %d\n",
service, host, *port);
} else {
host[0] = '\0';