Simplify log message for snap sync disable

This commit is contained in:
Felix Lange 2025-12-08 17:49:32 +01:00 committed by GitHub
parent 3e11f509b1
commit 1067523e78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {