diff --git a/src/LedgerTiming.cpp b/src/LedgerTiming.cpp index 9243dd6ce..369e559a0 100644 --- a/src/LedgerTiming.cpp +++ b/src/LedgerTiming.cpp @@ -33,7 +33,8 @@ 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"; + Log(lsTRACE) << "no transactions, many proposers: now (" << proposersClose << "closed, " + << previousProposers << " before)"; return currentMSeconds; } if (previousMSeconds > (1000 * (LEDGER_IDLE_INTERVAL + 2))) // the last ledger was very slow to close