]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
validate: add kr_rrset_validation_ctx_t::log_qry
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 13 Jul 2021 10:06:28 +0000 (12:06 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Thu, 29 Jul 2021 09:42:34 +0000 (11:42 +0200)
commit1cf935135a3518f2ea49808bbf6ad3ee96a81ae4
tree5e3a3b1c4d443287260aa6eef20dc5e2d7846e17
parentc38a3bacd0be7bed042c129f057f102ad36aade6
validate: add kr_rrset_validation_ctx_t::log_qry

... so we can use it for more precise logging.  Some calls get simpler.
In particular, without the associated request, we can't produce anything
into trace-logs, which could be confusing.  Normal logs will benefit, too.
(more precise replacement of WITH_VERBOSE will come in a subsequent commit)
lib/dnssec.c
lib/dnssec.h
lib/layer/validate.c