]> granicus.if.org Git - pdns/commitdiff
ixfrdist: fix typo in error
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 24 Aug 2018 14:59:31 +0000 (16:59 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 24 Aug 2018 15:02:19 +0000 (17:02 +0200)
pdns/ixfrdist.cc

index 2b4739a5236857c5f1c1de4fcf826b0ff3ef1cae..51f2abd6e2e0d10652fcf9376e80b36419647cff 100644 (file)
@@ -794,7 +794,7 @@ bool parseAndCheckConfig(const string& configpath, YAML::Node& config) {
     try {
       config["tcp-in-threads"].as<uint16_t>();
     } catch (const runtime_error &e) {
-      g_log<<Logger::Error<<"Unable to read 'tcp-in-thread' value: "<<e.what()<<endl;
+      g_log<<Logger::Error<<"Unable to read 'tcp-in-threads' value: "<<e.what()<<endl;
     }
   } else {
     config["tcp-in-threads"] = 10;