]> granicus.if.org Git - pdns/commitdiff
ixfrdist: fix error message typo
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 16 Nov 2018 12:40:34 +0000 (13:40 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 16 Nov 2018 12:40:34 +0000 (13:40 +0100)
pdns/ixfrdist.cc

index e37fb356cfaf2ae35a3b5228b3f7a5981d19ef57..783880195e3d337891b0f0589c0db89ad3d62bf1 100644 (file)
@@ -1108,7 +1108,7 @@ static bool parseAndCheckConfig(const string& configpath, YAML::Node& config) {
       config["webserver-acl"].as<vector<Netmask>>();
     }
     catch (const runtime_error &e) {
-      g_log<<Logger::Error<<"Unable to read 'webserver-address' value: "<<e.what()<<endl;
+      g_log<<Logger::Error<<"Unable to read 'webserver-acl' value: "<<e.what()<<endl;
       retval = false;
     }
   }