atomic.StoreUint32(&d.fsPivotFails,1)// Don't ever reset to 0, as that will unlock the pivot block
}
// Log a message to the user and return
ifdelivered>0{
log.Info(fmt.Sprintf("imported %3d state entries in %9v: processed %d, pending at least %d",delivered,common.PrettyDuration(time.Since(start)),syncStatsStateDone,pending))
log.Info("Imported new state entries","count",delivered,"elapsed",common.PrettyDuration(time.Since(start)),"processed",syncStatsStateDone,"pending",pending)
log.Warn(fmt.Sprintf("Pivot doesn't match locked in version: have #%v [%x…], want #%v [%x…]",pivot.Number,pivot.Hash().Bytes()[:4],d.fsPivotLock.Number,d.fsPivotLock.Hash().Bytes()[:4]))
log.Warn("Pivot doesn't match locked in one","remoteNumber",pivot.Number,"remoteHash",pivot.Hash().Hex()[2:10],"localNumber",d.fsPivotLock.Number,"localHash",d.fsPivotLock.Hash().Hex()[2:10])