]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Log name of looping module
authorRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 21 Sep 2017 08:19:47 +0000 (08:19 +0000)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Thu, 21 Sep 2017 08:19:47 +0000 (08:19 +0000)
git-svn-id: file:///svn/unbound/trunk@4357 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
services/mesh.c

index 23032079ad0ef4c53c9960a1b6aa22ab5b745eae..99bfe508f975c05b61a7721578ad558ec34d937c 100644 (file)
@@ -1,3 +1,6 @@
+21 September 2017: Ralph
+       - Log name of looping module
+
 19 September 2017: Wouter
        - use a cachedb answer even if it's "expired" when serve-expired is yes
          (patch from Jinmei Tatuya).
index 8835e9d62f73cb136c57517e342eb9650f91cb04..3395dc62e67499d48c6bd9e9c7369051cc08c1f3 100644 (file)
@@ -1359,7 +1359,8 @@ mesh_continue(struct mesh_area* mesh, struct mesh_state* mstate,
        mstate->num_activated++;
        if(mstate->num_activated > MESH_MAX_ACTIVATION) {
                /* module is looping. Stop it. */
-               log_err("internal error: looping module stopped");
+               log_err("internal error: looping module (%s) stopped",
+                       mesh->mods.mod[mstate->s.curmod]->name);
                log_query_info(VERB_QUERY, "pass error for qstate",
                        &mstate->s.qinfo);
                s = module_error;