From: Adam Dickmeiss Date: Wed, 19 Sep 2007 09:49:22 +0000 (+0000) Subject: Removed log statement with undefined behavior X-Git-Tag: PAZPAR2.1.0.3 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=d7ab79ad98140053d50010815fde518f9a21230e;p=pazpar2-moved-to-github.git Removed log statement with undefined behavior --- 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 {