Debug improvements.

This commit is contained in:
JoelKatz
2012-11-05 19:01:59 -08:00
parent 96f3d926b9
commit f111ca306c
2 changed files with 15 additions and 4 deletions

View File

@@ -543,7 +543,7 @@ bool LedgerAcquireMaster::gotLedgerData(ripple::TMLedgerData& packet, Peer::ref
return false;
}
memcpy(hash.begin(), packet.ledgerhash().data(), 32);
cLog(lsTRACE) << "Got data for acquiring ledger: " << hash;
cLog(lsTRACE) << "Got data ( " << packet.nodes().size() << ") for acquiring ledger: " << hash;
LedgerAcquire::pointer ledger = find(hash);
if (!ledger)