From: W.C.A. Wijngaards Date: Mon, 28 Aug 2023 07:19:56 +0000 (+0200) Subject: - dnsoverquic, debug log output removed. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eeae2237eea2ed1ae718af9b926b6ff69f9e8e2;p=thirdparty%2Funbound.git - dnsoverquic, debug log output removed. --- diff --git a/util/config_file.c b/util/config_file.c index d78cada98..315be87a4 100644 --- a/util/config_file.c +++ b/util/config_file.c @@ -2721,7 +2721,6 @@ int if_is_quic(const char* ifname, const char* port, int quic_port) { char* p = strchr(ifname, '@'); - log_info("is quic called, %s %s %d", ifname, port, quic_port); if(!p && atoi(port) == quic_port) return 1; if(p && atoi(p+1) == quic_port)