]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Merge branch 'master' into lazylog
authorMatt Joiner <anacrolix@gmail.com>
Thu, 27 Jan 2022 02:49:16 +0000 (13:49 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 27 Jan 2022 02:49:16 +0000 (13:49 +1100)
torrent.go

index a269cc89da6adc5f3ad7da99bf07c0e51cb0bbc1..22b4bb57dfe2e3d03560830042132ade17c71eae 100644 (file)
@@ -1570,7 +1570,7 @@ func (t *Torrent) onWebRtcConn(
                false,
                netConn.RemoteAddr(),
                webrtcNetwork,
-               fmt.Sprintf("webrtc offer_id %x", dcc.OfferId),
+               fmt.Sprintf("webrtc offer_id %x: %v", dcc.OfferId, regularNetConnPeerConnConnString(netConn)),
        )
        if err != nil {
                t.logger.WithDefaultLevel(log.Error).Printf("error in handshaking webrtc connection: %v", err)