- Log query name for looping module errors.

git-svn-id: file:///svn/unbound/trunk@5031 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2019-01-09 13:57:14 +00:00
parent db2557826a
commit 42d2c04ae1
2 changed files with 4 additions and 1 deletions

View 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

View 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;
}