Cleanup some stray formatting left in logs

This commit is contained in:
JoelKatz
2014-10-28 11:39:01 -07:00
committed by Nik Bougalis
parent d4fd5e4fce
commit b44974677e
5 changed files with 5 additions and 5 deletions

View File

@@ -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);

View File

@@ -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.

View File

@@ -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;

View File

@@ -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;

View File

@@ -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