Skip to content

Commit 3ab97c2

Browse files
committed
disable log of snap update
1 parent 5a1338f commit 3ab97c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/snapshot.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ func (t *Tree) Update(blockRoot common.Hash, parentRoot common.Hash, destructs m
344344
defer t.lock.Unlock()
345345

346346
t.layers[snap.root] = snap
347-
log.Info("Snapshot updated", "blockRoot", blockRoot)
347+
log.Debug("Snapshot updated", "blockRoot", blockRoot)
348348
return nil
349349
}
350350

0 commit comments

Comments
 (0)