mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 02:25:53 +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)
|
||||
<< "rippleCalc: ALREADY DONE:"
|
||||
<< " saOutAct=" << outAct()
|
||||
<< " saOutReq=%s" << outReq();
|
||||
<< " saOutReq=" << outReq();
|
||||
|
||||
assert (outAct() < outReq());
|
||||
assert (nodes().size () >= 2);
|
||||
|
||||
@@ -188,7 +188,7 @@ TER PathCursor::deliverNodeForward (
|
||||
<< " nextNode().account_="
|
||||
<< nextNode().account_
|
||||
<< " saOutPassAct=" << saOutPassAct
|
||||
<< " saOutFunded=%s" << saOutFunded;
|
||||
<< " saOutFunded=" << saOutFunded;
|
||||
|
||||
// Output: Debit offer owner, send XRP or non-XPR to next
|
||||
// account.
|
||||
|
||||
@@ -291,7 +291,7 @@ TER PathCursor::deliverNodeReverse (
|
||||
WriteLog (lsWARNING, RippleCalc)
|
||||
<< "deliverNodeReverse: NEGATIVE:"
|
||||
<< " node().saTakerPaysNew=" << saTakerPaysNew
|
||||
<< " node().saTakerGetsNew=%s" << saTakerGetsNew;
|
||||
<< " node().saTakerGetsNew=" << saTakerGetsNew;
|
||||
|
||||
resultCode = telFAILED_PROCESSING;
|
||||
break;
|
||||
|
||||
@@ -42,7 +42,7 @@ TER PathCursor::liquidity (LedgerEntrySet const& lesCheckpoint) const
|
||||
WriteLog (lsTRACE, RippleCalc)
|
||||
<< "reverseLiquidity< "
|
||||
<< "nodeIndex=" << pc.nodeIndex_
|
||||
<< " resultCode=%s" << transToken (resultCode)
|
||||
<< " resultCode=" << transToken (resultCode)
|
||||
<< " transferRate_=" << pc.node().transferRate_
|
||||
<< "/" << resultCode;
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ TER PathCursor::reverseLiquidityForAccount () const
|
||||
|
||||
WriteLog (lsTRACE, RippleCalc)
|
||||
<< "reverseLiquidityForAccount>"
|
||||
<< " nodeIndex_=%d/%d" << nodeIndex_ << "/" << lastNodeIndex
|
||||
<< " nodeIndex_=" << nodeIndex_ << "/" << lastNodeIndex
|
||||
<< " previousAccountID=" << previousAccountID
|
||||
<< " node.account_=" << node().account_
|
||||
<< " nextAccountID=" << nextAccountID
|
||||
|
||||
Reference in New Issue
Block a user