From 65cc17b7e1fa19cb9b568d497b7c09a2c459d11b Mon Sep 17 00:00:00 2001 From: gardners Date: Sun, 25 Aug 2013 22:32:13 +0930 Subject: [PATCH] add bidVersion reporting to rhizome_tx debug. --- rhizome_fetch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rhizome_fetch.c b/rhizome_fetch.c index 4d417bdc..f41c70f6 100644 --- a/rhizome_fetch.c +++ b/rhizome_fetch.c @@ -1083,9 +1083,9 @@ static int rhizome_fetch_mdp_requestblocks(struct rhizome_fetch_slot *slot) write_uint16(&mdp.out.payload[RHIZOME_MANIFEST_ID_BYTES+8+8+4], slot->mdpRXBlockLength); if (config.debug.rhizome_tx) - DEBUGF("src sid=%s, dst sid=%s, mdpRXWindowStart=0x%"PRIx64, - alloca_tohex_sid(mdp.out.src.sid),alloca_tohex_sid(mdp.out.dst.sid), - slot->write_state.file_offset); + DEBUGF("src sid=%s, dst sid=%s, mdpRXWindowStart=0x%"PRIx64", slot->bidVersion=0x%"PRIx64, + alloca_tohex_sid(mdp.out.src.sid),alloca_tohex_sid(mdp.out.dst.sid), + slot->write_state.file_offset,slot->bidVersion); overlay_mdp_dispatch(&mdp,0 /* system generated */,NULL,0);