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