]> Sergey Matveev's repositories - btrtrc.git/blobdiff - torrent.go
Merge branch 'master' into lazylog
[btrtrc.git] / 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)