mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
Cleanup some stray formatting left in logs
This commit is contained in:
@@ -59,7 +59,7 @@ void PathState::reset(STAmount const& in, STAmount const& out)
|
|||||||
CondLog (outAct() >= outReq(), lsWARNING, RippleCalc)
|
CondLog (outAct() >= outReq(), lsWARNING, RippleCalc)
|
||||||
<< "rippleCalc: ALREADY DONE:"
|
<< "rippleCalc: ALREADY DONE:"
|
||||||
<< " saOutAct=" << outAct()
|
<< " saOutAct=" << outAct()
|
||||||
<< " saOutReq=%s" << outReq();
|
<< " saOutReq=" << outReq();
|
||||||
|
|
||||||
assert (outAct() < outReq());
|
assert (outAct() < outReq());
|
||||||
assert (nodes().size () >= 2);
|
assert (nodes().size () >= 2);
|
||||||
|
|||||||
@@ -188,7 +188,7 @@ TER PathCursor::deliverNodeForward (
|
|||||||
<< " nextNode().account_="
|
<< " nextNode().account_="
|
||||||
<< nextNode().account_
|
<< nextNode().account_
|
||||||
<< " saOutPassAct=" << saOutPassAct
|
<< " saOutPassAct=" << saOutPassAct
|
||||||
<< " saOutFunded=%s" << saOutFunded;
|
<< " saOutFunded=" << saOutFunded;
|
||||||
|
|
||||||
// Output: Debit offer owner, send XRP or non-XPR to next
|
// Output: Debit offer owner, send XRP or non-XPR to next
|
||||||
// account.
|
// account.
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ TER PathCursor::deliverNodeReverse (
|
|||||||
WriteLog (lsWARNING, RippleCalc)
|
WriteLog (lsWARNING, RippleCalc)
|
||||||
<< "deliverNodeReverse: NEGATIVE:"
|
<< "deliverNodeReverse: NEGATIVE:"
|
||||||
<< " node().saTakerPaysNew=" << saTakerPaysNew
|
<< " node().saTakerPaysNew=" << saTakerPaysNew
|
||||||
<< " node().saTakerGetsNew=%s" << saTakerGetsNew;
|
<< " node().saTakerGetsNew=" << saTakerGetsNew;
|
||||||
|
|
||||||
resultCode = telFAILED_PROCESSING;
|
resultCode = telFAILED_PROCESSING;
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ TER PathCursor::liquidity (LedgerEntrySet const& lesCheckpoint) const
|
|||||||
WriteLog (lsTRACE, RippleCalc)
|
WriteLog (lsTRACE, RippleCalc)
|
||||||
<< "reverseLiquidity< "
|
<< "reverseLiquidity< "
|
||||||
<< "nodeIndex=" << pc.nodeIndex_
|
<< "nodeIndex=" << pc.nodeIndex_
|
||||||
<< " resultCode=%s" << transToken (resultCode)
|
<< " resultCode=" << transToken (resultCode)
|
||||||
<< " transferRate_=" << pc.node().transferRate_
|
<< " transferRate_=" << pc.node().transferRate_
|
||||||
<< "/" << resultCode;
|
<< "/" << resultCode;
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ TER PathCursor::reverseLiquidityForAccount () const
|
|||||||
|
|
||||||
WriteLog (lsTRACE, RippleCalc)
|
WriteLog (lsTRACE, RippleCalc)
|
||||||
<< "reverseLiquidityForAccount>"
|
<< "reverseLiquidityForAccount>"
|
||||||
<< " nodeIndex_=%d/%d" << nodeIndex_ << "/" << lastNodeIndex
|
<< " nodeIndex_=" << nodeIndex_ << "/" << lastNodeIndex
|
||||||
<< " previousAccountID=" << previousAccountID
|
<< " previousAccountID=" << previousAccountID
|
||||||
<< " node.account_=" << node().account_
|
<< " node.account_=" << node().account_
|
||||||
<< " nextAccountID=" << nextAccountID
|
<< " nextAccountID=" << nextAccountID
|
||||||
|
|||||||
Reference in New Issue
Block a user