]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change log level when doing rekey
authorMatthijs Mekking <matthijs@isc.org>
Fri, 14 Oct 2022 14:38:25 +0000 (16:38 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 18 Oct 2022 14:23:35 +0000 (16:23 +0200)
commita1d57fc8cb8f0e234bed89eedbae727bb56b4b90
tree7931febbda6df653c5707e0b97e5034cb7f91961
parentb43f0e06745defd1d7a90820b0e3f80a52fbeb5a
Change log level when doing rekey

This log happens when BIND checks the parental-agents if the DS has
been published. But if you don't have parental-agents set up, the list
of keys to check will be empty and the result will be ISC_R_NOTFOUND.
This is not an error, so change the log level to debug in this case.
lib/dns/zone.c