mirror of
https://github.com/status-im/whisper.git
synced 2025-01-21 08:09:20 +00:00
don't log whisper start ups
This commit is contained in:
parent
4cd5cf05fa
commit
cab1262495
4
peer.go
4
peer.go
@ -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…
x
Reference in New Issue
Block a user