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 }