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

les: fixed logging
pull/3278/head
Péter Szilágyi 8 years ago committed by GitHub
commit 532d746036
  1. 2
      les/server.go

@ -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

Loading…
Cancel
Save