From: Vladimír Čunát Date: Mon, 12 Dec 2016 11:57:37 +0000 (+0100) Subject: fixup the previous merge X-Git-Tag: v1.2.0-rc1~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff2af7bc76dd3201e57bf64b20afcff6893c3f94;p=thirdparty%2Fknot-resolver.git fixup the previous merge --- diff --git a/lib/layer/validate.c b/lib/layer/validate.c index 4cfcb57d1..fdb598e7d 100644 --- a/lib/layer/validate.c +++ b/lib/layer/validate.c @@ -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;