This commit is contained in:
JoelKatz
2013-05-13 18:34:46 -07:00
parent d2428e078a
commit e71849779e

View File

@@ -1874,12 +1874,12 @@ void NetworkOPs::getBookPage(Ledger::pointer lpLedger, const uint160& uTakerPays
if (bDirectAdvance) { if (bDirectAdvance) {
bDirectAdvance = false; bDirectAdvance = false;
cLog(lsTRACE) << boost::str(boost::format("getBookPage: bDirectAdvance")); cLog(lsTRACE) << "getBookPage: bDirectAdvance";
sleOfferDir = lesActive.entryCache(ltDIR_NODE, lpLedger->getNextLedgerIndex(uTipIndex, uBookEnd)); sleOfferDir = lesActive.entryCache(ltDIR_NODE, lpLedger->getNextLedgerIndex(uTipIndex, uBookEnd));
if (!sleOfferDir) if (!sleOfferDir)
{ {
cLog(lsTRACE) << boost::str(boost::format("getBookPage: bDone")); cLog(lsTRACE) << "getBookPage: bDone";
bDone = true; bDone = true;
} }
else else