mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
moved to detail
This commit is contained in:
parent
d2e75cc957
commit
22fa59f131
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ func (self *BlockPool) Start() {
|
|||
case <-self.quit:
|
||||
return
|
||||
case <-timer.C:
|
||||
plog.Debugf("status:\n%v", self.Status())
|
||||
plog.DebugDetailf("status:\n%v", self.Status())
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
|
|
|||
Loading…
Reference in a new issue