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) }