From 85c029367398ddfd7d29bf6ea7482190a306e4c0 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 6 Aug 2012 03:39:45 -0700 Subject: [PATCH] Report peer close times. --- src/LedgerConsensus.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LedgerConsensus.cpp b/src/LedgerConsensus.cpp index bc53a12f2d..8a9bf82635 100644 --- a/src/LedgerConsensus.cpp +++ b/src/LedgerConsensus.cpp @@ -698,6 +698,7 @@ bool LedgerConsensus::peerPosition(LedgerProposal::pointer newPosition) } else if (newPosition->getProposeSeq() == 0) { // new initial close time estimate + Log(lsTRACE) << "Peer reports close time as " << newPosition->getCloseTime(); ++mCloseTimes[newPosition->getCloseTime()]; } Log(lsINFO) << "Processing peer proposal " << newPosition->getProposeSeq() << "/"