Extra logging to try to track down why we're crashing.

This commit is contained in:
JoelKatz
2013-05-12 17:27:03 -07:00
parent 89018ad224
commit 0193c48bf8

View File

@@ -3028,7 +3028,10 @@ int iPass = 0;
BOOST_FOREACH(const uint256& uOfferIndex, vuUnfundedBecame)
{
if (tesSUCCESS == terResult)
{
cLog(lsDEBUG) << "Became unfunded " << uOfferIndex.GetHex();
terResult = lesActive.offerDelete(uOfferIndex);
}
}
}
@@ -3036,7 +3039,10 @@ int iPass = 0;
BOOST_FOREACH(const uint256& uOfferIndex, rc.musUnfundedFound)
{
if (tesSUCCESS == terResult)
{
cLog(lsDEBUG) << "Delete unfunded " << uOfferIndex.GetHex();
terResult = lesActive.offerDelete(uOfferIndex);
}
}
}