mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge pull request #3275 from obscuren/les-print-fix
les: fixed logging
This commit is contained in:
commit
532d746036
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue