From 13e70d24277b29fcc760e7187910e843b4bd9f8c Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 25 Oct 2016 17:26:32 +0200 Subject: [PATCH] Fix a DNSSEC trace log message --- pdns/validate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/validate.cc b/pdns/validate.cc index 4164cf1013..3a180a4740 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -349,7 +349,7 @@ vState getKeysFor(DNSRecordOracle& dro, const DNSName& zone, keyset_t &keyset) dotNode("DS", *zoneCutIter, "" /*std::to_string(dsrc.d_tag)*/, (boost::format("tag=%d, digest algo=%d, algo=%d") % dsrc.d_tag % static_cast(dsrc.d_digesttype) % static_cast(dsrc.d_algorithm)).str()); } else { - LOG("DNSKEY did not match the DS, parent DS: "< "<(dsrc.d_digesttype)<<"\" ]; label = \"zone: "<<*zoneCutIter<<"\"; }"<