From 764a802eaa33892447b82069ee1b1bb5a478837b Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 9 Apr 2015 17:27:43 +0200 Subject: Disabled TD check @zelig: Temporarily commented out TD check untill the rest of the network has been fixed. --- eth/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eth/protocol.go') 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) -- cgit