diff --git a/eth/downloader/downloader.go b/eth/downloader/downloader.go index d99fb0a1ab..b84a0efddd 100644 --- a/eth/downloader/downloader.go +++ b/eth/downloader/downloader.go @@ -365,7 +365,7 @@ func (d *Downloader) synchronise(beaconPing chan struct{}) (err error) { defer func() { if err == nil && mode == ethconfig.SnapSync { d.moder.disableSnap() - log.Info("Disabled the snap sync after the initial sync cycle") + log.Info("Disabled snap-sync after the initial sync cycle") } }() if mode == ethconfig.SnapSync {