This commit is contained in:
JoelKatz
2012-09-03 09:47:03 -07:00
parent c598b25b87
commit 7eef087d53

View File

@@ -34,7 +34,7 @@ bool ContinuousLedgerTiming::shouldClose(
{ // no transactions so far this interval
if (proposersClosed > (previousProposers / 4)) // did we miss a transaction?
{
Log(lsTRACE) << "no transactions, many proposers: now (" << proposersClosed << "closed, "
Log(lsTRACE) << "no transactions, many proposers: now (" << proposersClosed << " closed, "
<< previousProposers << " before)";
return true;
}