]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- patch to log creates keytag queries, from A. Schulze.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Mar 2018 08:39:10 +0000 (08:39 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 7 Mar 2018 08:39:10 +0000 (08:39 +0000)
git-svn-id: file:///svn/unbound/trunk@4566 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
validator/validator.c

index a60ef08f4d35bcb9655871a219acbbcd0837bc1d..c6a6ba49495f4a04b64a42d9c6dcc856ea9af820 100644 (file)
@@ -1,6 +1,7 @@
 7 March 2018: Wouter
        - Fixed contrib/fastrpz.patch, even though this already applied
          cleanly for me, now also for others.
+       - patch to log creates keytag queries, from A. Schulze.
 
 6 March 2018: Wouter
        - Reverted fix for #3512, this may not be the best way forward;
index 02a7aa20654335dbd0e803bc0421eca50803c685..5ed45e9bdefd488432d414ad9914ea79e9d765b4 100644 (file)
@@ -462,7 +462,7 @@ generate_keytag_query(struct module_qstate* qstate, int id,
                return 0;
        }
 
-       log_nametypeclass(VERB_ALGO, "keytag query", keytagdname,
+       log_nametypeclass(VERB_OPS, "generate keytag query", keytagdname,
                LDNS_RR_TYPE_NULL, ta->dclass);
        if(!generate_request(qstate, id, keytagdname, dnamebuf_len,
                LDNS_RR_TYPE_NULL, ta->dclass, 0, &newq, 1)) {