Commit 2d4bd3b3 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

les: fixed logging

parent 922c1f8f
...@@ -395,7 +395,7 @@ func makeCht(db ethdb.Database) bool { ...@@ -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
......
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