aboutsummaryrefslogtreecommitdiffstats
path: root/whisper/peer.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 11:25:32 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-11 11:25:32 +0800
commit6bca40274f2056b8516543d8cc1600224789b77f (patch)
treef74e9999e5892784dfd134bbc2803a76f0c176ca /whisper/peer.go
parent9ce5229ddfccfccf1215e44477b665de031e4e1e (diff)
parent074ee19fe51a025a00bc3814748b268ae74c046c (diff)
downloaddexon-6bca40274f2056b8516543d8cc1600224789b77f.tar.gz
dexon-6bca40274f2056b8516543d8cc1600224789b77f.tar.zst
dexon-6bca40274f2056b8516543d8cc1600224789b77f.zip
Merge branch 'rpcfrontier' of github.com:ethereum/go-ethereum into rpcfrontier
Diffstat (limited to 'whisper/peer.go')
-rw-r--r--whisper/peer.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/whisper/peer.go b/whisper/peer.go
index 66cfec88c..4bd9428f5 100644
--- a/whisper/peer.go
+++ b/whisper/peer.go
@@ -38,11 +38,11 @@ func (self *peer) init() error {
func (self *peer) start() {
go self.update()
- self.peer.Infoln("whisper started")
+ self.peer.Debugln("whisper started")
}
func (self *peer) stop() {
- self.peer.Infoln("whisper stopped")
+ self.peer.Debugln("whisper stopped")
close(self.quit)
}