From c9a19a1fcebff90d0daddaa89ac763b9e1777b03 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 16 Nov 2018 13:40:34 +0100 Subject: [PATCH] ixfrdist: fix error message typo --- pdns/ixfrdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index e37fb356cf..783880195e 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -1108,7 +1108,7 @@ static bool parseAndCheckConfig(const string& configpath, YAML::Node& config) { config["webserver-acl"].as>(); } catch (const runtime_error &e) { - g_log<