good morning!!!!

Skip to content
Snippets Groups Projects
Commit 2d4bd3b3 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

les: fixed logging

parent 922c1f8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment