Skip to content

Commit 532d746

Browse files
authored
Merge pull request #3275 from obscuren/les-print-fix
les: fixed logging
2 parents c66e18b + 2d4bd3b commit 532d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

les/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ func makeCht(db ethdb.Database) bool {
395395
} else {
396396
lastChtNum++
397397

398-
glog.V(logger.Info).Infoln("CHT %d %064x\n", lastChtNum, root)
398+
glog.V(logger.Detail).Infof("cht: %d %064x", lastChtNum, root)
399399

400400
storeChtRoot(db, lastChtNum, root)
401401
var data [8]byte

0 commit comments

Comments
 (0)