swarm/network: Changed logging

This commit is contained in:
Attila Gazso 2018-07-30 15:43:12 +02:00
parent d6a15df0a0
commit 1536e25df5

View file

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