mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-12 04:47:41 +02:00
remove debug printf.
git-svn-id: file:///svn/unbound/trunk@4492 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user