Skip to content

Commit

Permalink
core/state/snapshot: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
rjl493456442 authored and holiman committed Sep 23, 2022
1 parent d82d742 commit 1b89db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/state/snapshot/journal.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func loadSnapshot(diskdb ethdb.KeyValueStore, triedb *trie.Database, root common
}
snapshot, generator, err := loadAndParseJournal(diskdb, base)
if err != nil {
log.Warn("Failed to load new-format journal", "error", err)
log.Warn("Failed to load journal", "error", err)
return nil, false, err
}
// Entire snapshot journal loaded, sanity check the head. If the loaded
Expand Down

0 comments on commit 1b89db1

Please sign in to comment.