diff --git a/doc/Changelog b/doc/Changelog index 1f2a4ee46..f95c10f6b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 diff --git a/services/mesh.c b/services/mesh.c index c6bb9ef2b..3d4403f24 100644 --- a/services/mesh.c +++ b/services/mesh.c @@ -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; }