Commit 532d7460 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #3275 from obscuren/les-print-fix

les: fixed logging
parents c66e18b1 2d4bd3b3
......@@ -395,7 +395,7 @@ func makeCht(db ethdb.Database) bool {
} else {
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)
var data [8]byte
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment