mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 03:56:36 +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:
|
case <-self.quit:
|
||||||
return
|
return
|
||||||
case <-timer.C:
|
case <-timer.C:
|
||||||
plog.Debugf("status:\n%v", self.Status())
|
plog.DebugDetailf("status:\n%v", self.Status())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue