forked from cerc-io/plugeth
don't log whisper start ups
This commit is contained in:
parent
7d77a2ffc3
commit
eba4f389a6
@ -38,11 +38,11 @@ func (self *peer) init() error {
|
|||||||
|
|
||||||
func (self *peer) start() {
|
func (self *peer) start() {
|
||||||
go self.update()
|
go self.update()
|
||||||
self.peer.Infoln("whisper started")
|
self.peer.Debugln("whisper started")
|
||||||
}
|
}
|
||||||
|
|
||||||
func (self *peer) stop() {
|
func (self *peer) stop() {
|
||||||
self.peer.Infoln("whisper stopped")
|
self.peer.Debugln("whisper stopped")
|
||||||
|
|
||||||
close(self.quit)
|
close(self.quit)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user