mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
downgrand info to debug log
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
a4fcb4e8b4
commit
6f0f67bc6f
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ func (t *SizeTracker) run() {
|
|||
}
|
||||
stat := base.add(diff)
|
||||
stats[u.root] = stat
|
||||
log.Info("Update state size", "number", stat.BlockNumber, "root", stat.StateRoot, "stat", stat)
|
||||
log.Debug("Update state size", "number", stat.BlockNumber, "root", stat.StateRoot, "stat", stat)
|
||||
|
||||
// Update latest stats
|
||||
t.mu.Lock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue