From: Matthew Jordan Date: Sat, 18 Aug 2012 02:09:30 +0000 (+0000) Subject: Remove old debug code from http configuration loading X-Git-Tag: 13.0.0-beta1~2623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7376986541549c0db9ffae71d598e2108aeb4f1;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) ........ Merged revisions 371520 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371521 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)) {