From af5c04b81663226c7a74a7686ad281deb23e6f1a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Wed, 29 Aug 2012 00:03:30 -0700 Subject: [PATCH] Some extra debug. --- src/LedgerTiming.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LedgerTiming.cpp b/src/LedgerTiming.cpp index 9243dd6ce0..369e559a0c 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