From 91a5cc9a08e3443f2359c5760a6fd90a5765211e Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 11 Feb 2022 16:34:24 +0100 Subject: [PATCH] - Remove debug info from #618 fix. --- doc/Changelog | 1 + smallapp/unbound-checkconf.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 54bc8ac75..3690dd653 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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. diff --git a/smallapp/unbound-checkconf.c b/smallapp/unbound-checkconf.c index c44a1c98e..c25182bd2 100644 --- a/smallapp/unbound-checkconf.c +++ b/smallapp/unbound-checkconf.c @@ -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; } } -- 2.47.3