Fix dns_dnssec_findzonekeys name in log message

(cherry picked from commit 70bcf4fd34cb5efb5e740bb1a60658bda7138cfe)
This commit is contained in:
Mark Andrews
2022-11-02 12:23:43 +01:00
committed by Matthijs Mekking
parent 76fb29d800
commit b793f39cf3
+1 -1
View File
@@ -857,7 +857,7 @@ dns_dnssec_findzonekeys(dns_db_t *db, dns_dbversion_t *ver, dns_dbnode_t *node,
isc_log_write(dns_lctx, DNS_LOGCATEGORY_GENERAL,
DNS_LOGMODULE_DNSSEC, ISC_LOG_WARNING,
"dns_dnssec_findzonekeys2: error "
"dns_dnssec_findzonekeys: error "
"reading %s: %s",
filename, isc_result_totext(result));
}