mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 14:05:51 +00:00
Cleanups.
This commit is contained in:
@@ -2561,7 +2561,8 @@ int iPass = 0;
|
||||
|
||||
++iDry;
|
||||
}
|
||||
else {
|
||||
else
|
||||
{
|
||||
tLog(!pspCur->saInPass || !pspCur->saOutPass, lsDEBUG)
|
||||
<< boost::str(boost::format("rippleCalc: better: uQuality=%s saInPass=%s saOutPass=%s")
|
||||
% STAmount::saFromRate(pspCur->uQuality)
|
||||
@@ -2587,6 +2588,8 @@ int iPass = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (sLog(lsDEBUG))
|
||||
{
|
||||
cLog(lsDEBUG) << boost::str(boost::format("rippleCalc: Summary: Pass: %d Dry: %d Paths: %d") % ++iPass % iDry % vpsExpanded.size());
|
||||
BOOST_FOREACH(PathState::ref pspCur, vpsExpanded)
|
||||
{
|
||||
@@ -2597,6 +2600,7 @@ cLog(lsDEBUG) << boost::str(boost::format("rippleCalc: Summary: %d rate: %s qual
|
||||
% (iBest == pspCur->getIndex())
|
||||
% pspCur->bConsumed);
|
||||
}
|
||||
}
|
||||
|
||||
if (iBest >= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user