]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
s/qtype.toString()/qtype.getName() for backport 10575/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 7 Jul 2021 13:12:14 +0000 (15:12 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 7 Jul 2021 13:12:14 +0000 (15:12 +0200)
pdns/syncres.cc

index 040ba0aae6071d0b52acd3fbd682624e42164b09..36c727d368a574d46ef9aba6e853730c1aef8512 100644 (file)
@@ -2863,7 +2863,7 @@ vState SyncRes::validateRecordsWithSigs(unsigned int depth, const DNSName& qname
         return state;
       }
       /* try again to get the missed cuts, harder this time */
-      LOG(d_prefix<<"checking whether we missed a zone cut for "<<signer<<" before returning a Bogus state for "<<name<<"|"<<type.toString()<<endl);
+      LOG(d_prefix<<"checking whether we missed a zone cut for "<<signer<<" before returning a Bogus state for "<<name<<"|"<<type.getName()<<endl);
       auto zState = getValidationStatus(signer, false, dsFailed, depth);
       if (zState == vState::Secure) {
         /* too bad */