]> granicus.if.org Git - pdns/commitdiff
slightly improve DNSSEC trace logging
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 4 Jun 2018 12:54:43 +0000 (14:54 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 4 Jun 2018 12:54:43 +0000 (14:54 +0200)
pdns/syncres.cc

index c9a82b4022de651548423589c390589e2a1f83f0..edc386cdf3bd100bdf07f4f78c573d67f893ff4c 100644 (file)
@@ -2103,7 +2103,7 @@ RCode::rcodes_ SyncRes::updateCacheFromRecords(unsigned int depth, LWResult& lwr
     }
 
     vState recordState = getValidationStatus(i->first.name, false);
-    LOG(d_prefix<<": got initial zone status "<<vStates[recordState]<<" for record "<<i->first.name<<endl);
+    LOG(d_prefix<<": got initial zone status "<<vStates[recordState]<<" for record "<<i->first.name<<"|"<<DNSRecordContent::NumberToType(i->first.type)<<endl);
 
     if (shouldValidate() && recordState == Secure) {
       vState initialState = recordState;