]> granicus.if.org Git - pdns/commitdiff
clarify error message
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Jan 2018 16:00:51 +0000 (17:00 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 14 Jan 2018 16:00:51 +0000 (17:00 +0100)
pdns/lua-record.cc

index dce2508f57c2bb871c3a09e2c6faf711252934cf..2f1c3d02141c67b2914ed6bdc1e6de91cc37925f 100644 (file)
@@ -401,7 +401,7 @@ static ComboAddress useSelector(const boost::optional<std::unordered_map<string,
   else if(selector=="hashed")
     return hashed(bestwho, candidates);
 
-  L<<Logger::Warning<<"LUA Record ifportup called with unknown selector '"<<selector<<"'"<<endl;
+  L<<Logger::Warning<<"LUA Record called with unknown selector '"<<selector<<"'"<<endl;
   return pickrandom(candidates);
 }