From: Wouter Wijngaards Date: Fri, 2 Feb 2018 09:27:55 +0000 (+0000) Subject: remove debug printf. X-Git-Tag: release-1.7.0rc1~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e95a9ac46671b84c028bbc15eede6f32d80240e4;p=thirdparty%2Funbound.git remove debug printf. git-svn-id: file:///svn/unbound/trunk@4492 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/services/authzone.c b/services/authzone.c index 99b83c5f1..70a482304 100644 --- a/services/authzone.c +++ b/services/authzone.c @@ -4276,8 +4276,10 @@ check_xfer_packet(sldns_buffer* pkt, struct auth_xfer* xfr, return 0; } /* check ID */ + /* log_info("id wire %x, want %x", (int)LDNS_ID_WIRE(wire), (int)xfr->task_transfer->id); + */ if(LDNS_ID_WIRE(wire) != xfr->task_transfer->id) { verbose(VERB_ALGO, "xfr to %s failed, packet wrong ID", xfr->task_transfer->master->host);