diff --git a/comm.go b/comm.go index c593e23..7012c69 100644 --- a/comm.go +++ b/comm.go @@ -71,7 +71,7 @@ func (p *PubSub) handleNewStream(s network.Stream) { func (p *PubSub) handleNewPeer(ctx context.Context, pid peer.ID, outgoing <-chan *RPC) { s, err := p.host.NewStream(p.ctx, pid, p.rt.Protocols()...) if err != nil { - log.Warn("opening new stream to peer: ", err, pid) + log.Debug("opening new stream to peer: ", err, pid) var ch chan peer.ID if err == ms.ErrNotSupported {