From 4529cc911afe3a973a0cd54782fb5b28e921100d Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 24 Aug 2018 16:59:31 +0200 Subject: [PATCH] ixfrdist: fix typo in error --- pdns/ixfrdist.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ixfrdist.cc b/pdns/ixfrdist.cc index 2b4739a52..51f2abd6e 100644 --- a/pdns/ixfrdist.cc +++ b/pdns/ixfrdist.cc @@ -794,7 +794,7 @@ bool parseAndCheckConfig(const string& configpath, YAML::Node& config) { try { config["tcp-in-threads"].as(); } catch (const runtime_error &e) { - g_log<