numberOfLabelsOfParentZone = std::min(numberOfLabelsOfParentZone, static_cast<uint8_t>(signer.countLabels()));
if (!qname.isPartOf(signer)) {
- VLOG(log, qname << ": is not part of the signer (" << signer << ")!" << endl);
+ VLOG(log, qname << ": Qname " << qname << " is not part of the signer " << signer << ", ignoring" << endl);
continue;
}
}
if (!closestEncloser.isPartOf(signer)) {
+ VLOG(log, qname << ": Closest encloser " << closestEncloser << " is not part of the signer " << signer << ", ignoring" << endl);
continue;
}
}
if (!nextCloser.isPartOf(signer)) {
+ VLOG(log, qname << ": Next closer " << nextCloser << " is not part of the signer " << signer << ", ignoring" << endl);
continue;
}