We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a0e08 commit 83aa643Copy full SHA for 83aa643
core/rawdb/chain_freezer.go
@@ -104,7 +104,7 @@ func (f *chainFreezer) Close() error {
104
func (f *chainFreezer) readHeadNumber(db ethdb.KeyValueReader) uint64 {
105
hash := ReadHeadBlockHash(db)
106
if hash == (common.Hash{}) {
107
- log.Error("Head block is not reachable")
+ log.Warn("Head block is not reachable")
108
return 0
109
}
110
number, ok := ReadHeaderNumber(db, hash)
0 commit comments