Small bugfixes.

This commit is contained in:
JoelKatz
2012-08-29 14:39:43 -07:00
parent 45329b8d08
commit 5db8082608
3 changed files with 5 additions and 4 deletions

View File

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