From c985ce4d78db468bd4841705ae600913db6b29b8 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 4 Apr 2015 13:41:58 +0200 Subject: Changed log to new logging --- 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 a0ab177cd..09355cfcd 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -349,7 +349,7 @@ func (self *ethProtocol) handleStatus() error { return self.protoError(ErrSuspendedPeer, "") } - self.peer.Infof("Peer is [eth] capable (%d/%d). TD=%v H=%x\n", status.ProtocolVersion, status.NetworkId, status.TD, status.CurrentBlock[:4]) + self.peer.Debugf("Peer is [eth] capable (%d/%d). TD=%v H=%x\n", status.ProtocolVersion, status.NetworkId, status.TD, status.CurrentBlock[:4]) return nil } -- cgit v1.2.3