les: fixed logging
This commit is contained in:
parent
922c1f8f9f
commit
2d4bd3b3ad
@ -395,7 +395,7 @@ func makeCht(db ethdb.Database) bool {
|
|||||||
} else {
|
} else {
|
||||||
lastChtNum++
|
lastChtNum++
|
||||||
|
|
||||||
glog.V(logger.Info).Infoln("CHT %d %064x\n", lastChtNum, root)
|
glog.V(logger.Detail).Infof("cht: %d %064x", lastChtNum, root)
|
||||||
|
|
||||||
storeChtRoot(db, lastChtNum, root)
|
storeChtRoot(db, lastChtNum, root)
|
||||||
var data [8]byte
|
var data [8]byte
|
||||||
|
Loading…
Reference in New Issue
Block a user