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 committed May 26, 2021
1 parent 01e0c82 commit 320c672
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 @@ -146,7 +146,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 320c672

Please sign in to comment.