mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups and bugfixes.
This commit is contained in:
@@ -23,7 +23,7 @@ int ContinuousLedgerTiming::shouldClose(
|
||||
assert((currentSeconds >= 0) && (currentSeconds < 600));
|
||||
|
||||
#if 0
|
||||
Log(lsTRACE) << boost::str(boost::format("CLC::shouldClose Trans=%s, Prop: %d/%d, Secs: %d/%d") %
|
||||
Log(lsTRACE) << boost::str(boost::format("CLC::shouldClose Trans=%s, Prop: %d/%d, Secs: %d (last:%d)") %
|
||||
(anyTransactions ? "yes" : "no") % previousProposers % proposersClosed % currentSeconds % previousSeconds);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user