mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
triedb/pathdb: update log
This commit is contained in:
parent
e9689c394c
commit
bf0972bfcb
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ func (db *Database) loadJournal(diskRoot common.Hash) (layer, error) {
|
||||||
defer f.Close()
|
defer f.Close()
|
||||||
reader = f
|
reader = f
|
||||||
} else {
|
} else {
|
||||||
log.Info("Load database journal from database")
|
log.Info("Load database journal from disk")
|
||||||
journal := rawdb.ReadTrieJournal(db.diskdb)
|
journal := rawdb.ReadTrieJournal(db.diskdb)
|
||||||
if len(journal) == 0 {
|
if len(journal) == 0 {
|
||||||
return nil, errMissJournal
|
return nil, errMissJournal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue