]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- dnsoverquic, debug log output removed.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Aug 2023 07:19:56 +0000 (09:19 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 28 Aug 2023 07:19:56 +0000 (09:19 +0200)
util/config_file.c

index d78cada984f188af73ca252208f74fc51f2c5ea5..315be87a4e4bceec5e66595a03e3824de4f60c62 100644 (file)
@@ -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)