xfrPacket(rtr); \
} \
catch(RecordTextException& rtr) { \
- throw MOADNSException("Parsing record content: "+string(rtr.what())); \
+ throw MOADNSException("Parsing record content (try 'pdnssec check-zone'): "+string(rtr.what())); \
} \
} \
\
}
// this line needs to identify the 'self-resolving' behaviour, but we get it wrong now
if(pdns_iequals(qname, *tns) && qtype.getCode()==QType::A && rnameservers.size() > (unsigned)(1+1*s_doIPv6)) {
- LOG(prefix<<qname.toString()<<": Not using NS to resolve itself!"<<endl);
+ LOG(prefix<<qname.toString()<<": Not using NS to resolve itself! ("<<(1+tns-rnameservers.begin())<<"/"<<rnameservers.size()<<")"<<endl);
continue;
}