mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-03 01:15:53 +00:00
Extra logging to try to track down why we're crashing.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user