Skip to content

Commit 2d4bd3b

Browse files
committed
les: fixed logging
1 parent 922c1f8 commit 2d4bd3b

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)