From: Grigorii Demidov Date: Tue, 21 Mar 2017 13:21:37 +0000 (+0100) Subject: layer/validate: better debug message X-Git-Tag: v1.3.0~23^2~52^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ef77a840c990e09d4f23a073fb903d9301b896;p=thirdparty%2Fknot-resolver.git layer/validate: better debug message --- diff --git a/lib/layer/validate.c b/lib/layer/validate.c index f72698cb5..94292f4ea 100644 --- a/lib/layer/validate.c +++ b/lib/layer/validate.c @@ -634,7 +634,7 @@ static int validate(kr_layer_t *ctx, knot_pkt_t *pkt) /* Check if answer if not empty, * but iterator has not selected any records. */ if (!check_empty_answer(ctx, pkt)) { - VERBOSE_MSG(qry, "<= empty authoritative answer\n"); + VERBOSE_MSG(qry, "<= no useful RR in authoritative answer\n"); qry->flags |= QUERY_DNSSEC_BOGUS; return KR_STATE_FAIL; }