aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-09 23:27:43 +0800
committerobscuren <geffobscura@gmail.com>2015-04-09 23:39:02 +0800
commit764a802eaa33892447b82069ee1b1bb5a478837b (patch)
tree02daa2105b89b5b6419521785f6f54d217ed544c /eth/protocol.go
parent663fd8f8491fcf10429388237cbb361856c6e49c (diff)
downloadgo-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar.gz
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar.bz2
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar.lz
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar.xz
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.tar.zst
go-tangerine-764a802eaa33892447b82069ee1b1bb5a478837b.zip
Disabled TD check
@zelig: Temporarily commented out TD check untill the rest of the network has been fixed.
Diffstat (limited to 'eth/protocol.go')
-rw-r--r--eth/protocol.go2
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)