diff options
Diffstat (limited to 'eth/protocol.go')
-rw-r--r-- | eth/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index 53855908b..878038f74 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -385,7 +385,7 @@ func (self *ethProtocol) sendStatus() error { func (self *ethProtocol) protoErrorDisconnect(err *errs.Error) { //err.Log(self.peer.Logger) - err.Log(glog.V(logger.Debug)) + err.Log(glog.V(logger.Info)) /* if err.Fatal() { self.peer.Disconnect(p2p.DiscSubprotocolError) |