From d1be2c9d16d23bf16c8d2a9bca7515678249058c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 20 Oct 2020 14:10:33 +0200 Subject: [PATCH] improve query-local-address6 deprecation notice --- pdns/common_startup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index 05b0cca571..13548c893e 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -635,7 +635,7 @@ void mainthread() pdns::parseQueryLocalAddress(::arg()["query-local-address"]); if (!::arg()["query-local-address6"].empty()) { - g_log<