This commit is contained in:
Sergey Cherepanov 2023-07-18 20:55:07 +02:00
parent 92d6ce1b3c
commit 940ad7d657
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -68,7 +68,7 @@ func (p *peerService) Dial(ctx context.Context, peerId string) (pr peer.Peer, er
}
var mc transport.MultiConn
log.InfoCtx(ctx, "dial", zap.String("peerId", peerId), zap.Strings("addrs", addrs))
log.DebugCtx(ctx, "dial", zap.String("peerId", peerId), zap.Strings("addrs", addrs))
for _, addr := range addrs {
mc, err = p.yamux.Dial(ctx, addr)
if err != nil {