]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update syncres.cc 9137/head
authorphonedph1 <20867105+phonedph1@users.noreply.github.com>
Thu, 21 May 2020 01:27:01 +0000 (19:27 -0600)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 01:27:01 +0000 (19:27 -0600)
pdns/syncres.cc

index fe8ec039e6eacfdddfaaed43bdd5a295da8a7e2e..3fde0ef257060ea7116080ff1eba002e39bd482f 100644 (file)
@@ -1486,7 +1486,7 @@ bool SyncRes::doCacheCheck(const DNSName &qname, const DNSName& authname, bool w
         LOG(prefix<<qname<<": "<<qtype.getName()<<" is negatively cached via '"<<ne->d_auth<<"' for another "<<sttl<<" seconds"<<endl);
         res = RCode::NoError;
       } else {
-        LOG(prefix<<qname<<": Entire name '"<<qname<<" is negatively cached via '"<<ne->d_auth<<"' for another "<<sttl<<" seconds"<<endl);
+        LOG(prefix<<qname<<": Entire name '"<<qname<<"' is negatively cached via '"<<ne->d_auth<<"' for another "<<sttl<<" seconds"<<endl);
       }
     }
   } else if (s_hardenNXD != HardenNXD::No && !qname.isRoot() && !wasForwardedOrAuthZone) {