]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: fix typo in trace message 12863/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 30 May 2023 08:31:32 +0000 (10:31 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 30 May 2023 08:31:32 +0000 (10:31 +0200)
pdns/validate.cc

index af4f9d69af542b0dc064471283857a4c064b3af0..98edef4a69f38b497e81ef9572c7dbb928de53ce 100644 (file)
@@ -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 "<<signature->d_tag<<" and algorithm "<<std::to_string(signature->d_algorithm)<<endl;);
+      VLOG(log, name<<"No key provided for "<<signature->d_tag<<" and algorithm "<<std::to_string(signature->d_algorithm)<<endl;);
       continue;
     }