mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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);
|
||||
|
||||
Reference in New Issue
Block a user