mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
remove debug printf.
git-svn-id: file:///svn/unbound/trunk@4492 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
30891d6fff
commit
e95a9ac466
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue