From b55e1dd24e9dd760c8237971c7fb8b22c4fff6a7 Mon Sep 17 00:00:00 2001 From: pacamara Date: Thu, 14 Dec 2017 18:37:22 +0000 Subject: [PATCH] les: add GetCheckpoint-- fix misleading log msg --- les/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/les/sync.go b/les/sync.go index 521ba66570..0f6c1d8a5e 100644 --- a/les/sync.go +++ b/les/sync.go @@ -96,7 +96,7 @@ func updateCheckpointFromPeer(pm *ProtocolManager, peer *peer, ctx context.Conte log.Debug("updateCheckpointFromPeer", "peerHeadBlockNum", peerHeadBlockNum) if peerHeadBlockNum+1 < light.ChtFrequency { - log.Info("Peer has no fully processed blocks, nothing to do") + log.Info("Peer has no fully processed sections, so no checkpoint to download") return }