diff --git a/src/LedgerTiming.cpp b/src/LedgerTiming.cpp index 05736d28ea..b19ee994bd 100644 --- a/src/LedgerTiming.cpp +++ b/src/LedgerTiming.cpp @@ -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; }