Skip to content

Commit

Permalink
les: fixed logging
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Nov 15, 2016
1 parent 922c1f8 commit 2d4bd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion les/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d4bd3b

Please sign in to comment.