mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
Simplify log message for snap sync disable
This commit is contained in:
parent
3e11f509b1
commit
1067523e78
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ func (d *Downloader) synchronise(beaconPing chan struct{}) (err error) {
|
||||||
defer func() {
|
defer func() {
|
||||||
if err == nil && mode == ethconfig.SnapSync {
|
if err == nil && mode == ethconfig.SnapSync {
|
||||||
d.moder.disableSnap()
|
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 {
|
if mode == ethconfig.SnapSync {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue