]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Log query name for looping module errors.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Jan 2019 13:57:14 +0000 (13:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 9 Jan 2019 13:57:14 +0000 (13:57 +0000)
git-svn-id: file:///svn/unbound/trunk@5031 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/mesh.c

index 1f2a4ee464c6f080ef46a8da1136f4e9c96303da..f95c10f6b10e8b2824625773ee7e2f22be63e4e3 100644 (file)
@@ -1,3 +1,6 @@
+9 January 2018: Wouter
+       - Log query name for looping module errors.
+
 8 January 2018: Wouter
        - Fix syntax in comment of local alias processing.
        - Fix NSEC3 record that is returned in wildcard replies from
index c6bb9ef2bc6394b12ff9739d52609f993ea15584..3d4403f2460b67b84b74a85c858833da94b34d4b 100644 (file)
@@ -1392,7 +1392,7 @@ mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
                /* module is looping. Stop it. */
                log_err("internal error: looping module (%s) stopped",
                        mesh->mods.mod[mstate->s.curmod]->name);
-               log_query_info(VERB_QUERY, "pass error for qstate",
+               log_query_info(0, "pass error for qstate",
                        &mstate->s.qinfo);
                s = module_error;
        }