mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- 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:
parent
db2557826a
commit
42d2c04ae1
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
9 January 2018: Wouter
|
||||||
|
- Log query name for looping module errors.
|
||||||
|
|
||||||
8 January 2018: Wouter
|
8 January 2018: Wouter
|
||||||
- Fix syntax in comment of local alias processing.
|
- Fix syntax in comment of local alias processing.
|
||||||
- Fix NSEC3 record that is returned in wildcard replies from
|
- Fix NSEC3 record that is returned in wildcard replies from
|
||||||
|
|
|
||||||
|
|
@ -1392,7 +1392,7 @@ mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
|
||||||
/* module is looping. Stop it. */
|
/* module is looping. Stop it. */
|
||||||
log_err("internal error: looping module (%s) stopped",
|
log_err("internal error: looping module (%s) stopped",
|
||||||
mesh->mods.mod[mstate->s.curmod]->name);
|
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);
|
&mstate->s.qinfo);
|
||||||
s = module_error;
|
s = module_error;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue