diff --git a/torrent.go b/torrent.go index 3e74df63..744c65e4 100644 --- a/torrent.go +++ b/torrent.go @@ -1548,7 +1548,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)