X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhttp.c;h=21cc7e487661fdc9a3258006f38f2c79b84af8aa;hb=refs%2Ftags%2FPAZPAR2.1.0.3;hp=c8533df092e66a546d91e491edf9cb5166b25af2;hpb=722eaa97d13649fa0c5494b2e913ee37dc2f86fe;p=pazpar2-moved-to-github.git diff --git a/src/http.c b/src/http.c index c8533df..21cc7e4 100644 --- a/src/http.c +++ b/src/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.36 2007-07-03 10:10:14 adam Exp $ +/* $Id: http.c,v 1.37 2007-09-19 09:49:22 adam Exp $ Copyright (c) 2006-2007, Index Data. This file is part of Pazpar2. @@ -1049,11 +1049,6 @@ void http_init(const char *addr) memcpy(&myaddr.sin_addr.s_addr, he->h_addr_list[0], he->h_length); port = atoi(pp + 1); - - yaz_log(YLOG_LOG, "HTTP address %s:%d", - "" == he->h_addr_list[0] ? he->h_addr_list[0] : "127.0.0.1" , - port); - } else {