mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
triedb/pathdb: improve log
This commit is contained in:
parent
7536daa957
commit
b4d741355f
1 changed files with 1 additions and 1 deletions
|
|
@ -571,7 +571,7 @@ func (g *generator) generateRange(ctx *generatorContext, trieId *trie.ID, prefix
|
|||
} else {
|
||||
accountTrieReadCounter.Inc((time.Since(start) - internal).Nanoseconds())
|
||||
}
|
||||
logger.Debug("Regenerated state range", "root", trieId.Root, "last", hexutil.Encode(last),
|
||||
logger.Trace("Regenerated state range", "root", trieId.Root, "last", hexutil.Encode(last),
|
||||
"count", count, "created", created, "updated", updated, "untouched", untouched, "deleted", deleted)
|
||||
|
||||
// If there are either more trie items, or there are more snap items
|
||||
|
|
|
|||
Loading…
Reference in a new issue