Skip to content

Commit 1b89db1

Browse files
rjl493456442holiman
authored andcommitted
core/state/snapshot: fix log
1 parent d82d742 commit 1b89db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state/snapshot/journal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func loadSnapshot(diskdb ethdb.KeyValueStore, triedb *trie.Database, root common
140140
}
141141
snapshot, generator, err := loadAndParseJournal(diskdb, base)
142142
if err != nil {
143-
log.Warn("Failed to load new-format journal", "error", err)
143+
log.Warn("Failed to load journal", "error", err)
144144
return nil, false, err
145145
}
146146
// Entire snapshot journal loaded, sanity check the head. If the loaded

0 commit comments

Comments
 (0)