From: Matthew Jordan Date: Sat, 18 Aug 2012 02:34:10 +0000 (+0000) Subject: Remove old debug code from http configuration loading X-Git-Tag: 10.9.0-rc1~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6de93beb9b571bed153da214bd896dcc6c7586;p=thirdparty%2Fasterisk.git Remove old debug code from http configuration loading (closes issue ASTERISK-20254) Reported by: Andrew Latham Patches: http.diff uploaded by Andrew Latham (license #5985) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@371529 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/http.c b/main/http.c index 2df8e9c26b..55ade21d79 100644 --- a/main/http.c +++ b/main/http.c @@ -1056,8 +1056,6 @@ static int __ast_http_load(int reload) } else if (!strcasecmp(v->name, "bindaddr")) { if (!(num_addrs = ast_sockaddr_resolve(&addrs, v->value, 0, AST_AF_UNSPEC))) { ast_log(LOG_WARNING, "Invalid bind address %s\n", v->value); - } else { - ast_log(LOG_WARNING, "Got %d addresses\n", num_addrs); } } else if (!strcasecmp(v->name, "prefix")) { if (!ast_strlen_zero(v->value)) {