]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup the previous merge
authorVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Dec 2016 11:57:37 +0000 (12:57 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Mon, 12 Dec 2016 11:57:37 +0000 (12:57 +0100)
lib/layer/validate.c

index 4cfcb57d10f64a9369319780f938506be3d7150c..fdb598e7d8b5e88bdbfa52050a58a2f7f538b3bb 100644 (file)
@@ -400,7 +400,7 @@ static int validate(kr_layer_t *ctx, knot_pkt_t *pkt)
                                parent->flags |= QUERY_DNSSEC_INSECURE;
                                parent = parent->parent;
                        } while (parent && parent->stype == KNOT_RRTYPE_DS);
-                       DEBUG_MSG(qry, "<= cached insecure response, going insecure\n");
+                       VERBOSE_MSG(qry, "<= cached insecure response, going insecure\n");
                        ctx->state = KR_STATE_DONE;
                }
                return ctx->state;