We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f6f2b commit fb8d229Copy full SHA for fb8d229
eth/handler.go
@@ -181,8 +181,7 @@ func newHandler(config *handlerConfig) (*handler, error) {
181
} else {
182
head := h.chain.CurrentBlock()
183
if head.Number.Uint64() > 0 && h.chain.HasState(head.Root) {
184
- // Print warning log if database is not empty to run snap sync.
185
- log.Warn("Switch sync mode from snap sync to full sync", "reason", "snap sync complete")
+ log.Info("Switch sync mode from snap sync to full sync", "reason", "snap sync complete")
186
187
// If snap sync was requested and our database is empty, grant it
188
h.snapSync.Store(true)
0 commit comments