From 1536e25df508dd94965c4f3d9204ee813512ae03 Mon Sep 17 00:00:00 2001 From: Attila Gazso Date: Mon, 30 Jul 2018 15:43:12 +0200 Subject: [PATCH] swarm/network: Changed logging --- swarm/network/protocol.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/network/protocol.go b/swarm/network/protocol.go index 69b896ca66..7e7fee8efe 100644 --- a/swarm/network/protocol.go +++ b/swarm/network/protocol.go @@ -215,7 +215,7 @@ func (b *Bzz) RunProtocol(spec *protocols.Spec, run func(*BzzPeer) error) func(* LightNode: handshake.LightNode, } - log.Info("peer created: %s", handshake.peerAddr.String()) + log.Debug("peer created", "addr", handshake.peerAddr.String()) return run(peer) }