aboutsummaryrefslogtreecommitdiffstats
path: root/les
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-11-16 05:48:00 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-11-16 05:48:00 +0800
commit2d4bd3b3adddbc42c2e5b14920e22178e8b355d4 (patch)
treedf71d620ae5efea32311c7965edcf6a15afe3278 /les
parent922c1f8f9f7763948da6ed755abd6e1fcaca2cac (diff)
downloaddexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar.gz
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar.bz2
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar.lz
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar.xz
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.tar.zst
dexon-2d4bd3b3adddbc42c2e5b14920e22178e8b355d4.zip
les: fixed logging
Diffstat (limited to 'les')
-rw-r--r--les/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/les/server.go b/les/server.go
index 60af6a9e1..c763e8c63 100644
--- a/les/server.go
+++ b/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