]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Remove debug info from #618 fix.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Feb 2022 15:34:24 +0000 (16:34 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 11 Feb 2022 15:34:24 +0000 (16:34 +0100)
doc/Changelog
smallapp/unbound-checkconf.c

index 54bc8ac75d266488f3e73e77437d5d335683605b..3690dd653eb4aafa9c5dca2c16e59f998da12c54 100644 (file)
@@ -3,6 +3,7 @@
          respond to CTRL+C command).
        - Fix #618: enabling interface-automatic disables DNS-over-TLS.
          Adds the option to list interface-automatic-ports.
+       - Remove debug info from #618 fix.
 
 7 February 2022: Wouter
        - Fix that TCP interface does not use TLS when TLS is also configured.
index c44a1c98e9bb7eedf41611c0152f2548b1b93b3b..c25182bd20ff83141212aa2575c59efa953d2e9a 100644 (file)
@@ -426,7 +426,6 @@ ifautomaticportschecks(char* ifautomaticports)
                        fatal_exit("interface-automatic-ports: port out of range at position %d in '%s'", (int)(now-ifautomaticports)+1, ifautomaticports);
                if(extraport == 0 && now == after)
                        fatal_exit("interface-automatic-ports: parse error at position %d in '%s'", (int)(now-ifautomaticports)+1, ifautomaticports);
-               log_info("extraport %d", extraport);
                now = after;
        }
 }