From 7eef087d53fcf14d309c8dc32b570537741b1666 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 3 Sep 2012 09:47:03 -0700 Subject: [PATCH] Typo. --- src/LedgerTiming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }