diff --git a/les/server.go b/les/server.go
index 60af6a9e184706d1445a4c5bbcd45c1612fec380..c763e8c63200f494fcd796afd0a66a82d39eb24c 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