From c9a0427b1530bec84c18d8cfca4372e382b2be8a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 30 May 2023 10:31:32 +0200 Subject: [PATCH] rec: fix typo in trace message --- pdns/validate.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/validate.cc b/pdns/validate.cc index af4f9d69af..98edef4a69 100644 --- a/pdns/validate.cc +++ b/pdns/validate.cc @@ -953,7 +953,7 @@ vState validateWithKeySet(time_t now, const DNSName& name, const sortedRecords_t auto keysMatchingTag = getByTag(keys, signature->d_tag, signature->d_algorithm, log); if (keysMatchingTag.empty()) { - VLOG(log, name<<"No key provided for "<d_tag<<" and algorithm "<d_algorithm)<d_tag<<" and algorithm "<d_algorithm)<