From 986f35a0fbbae4507774feb424c7257feb16c966 Mon Sep 17 00:00:00 2001 From: pacamara Date: Thu, 14 Dec 2017 21:11:18 +0000 Subject: [PATCH] les: add GetCheckpoint-- tweak log msg --- les/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/les/sync.go b/les/sync.go index 0f6c1d8a5e..21306adcbf 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 sections, so no checkpoint to download") + log.Info("Peer has no fully processed sections; so no checkpoint to download") return }