From d7ab79ad98140053d50010815fde518f9a21230e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Sep 2007 09:49:22 +0000 Subject: [PATCH] Removed log statement with undefined behavior --- src/http.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 { -- 1.7.10.4