Commit eba4f389 authored by obscuren's avatar obscuren

don't log whisper start ups

parent 7d77a2ff
...@@ -38,11 +38,11 @@ func (self *peer) init() error { ...@@ -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)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment