Merge branch 'master' into lazylog

This commit is contained in:
Matt Joiner 2022-01-27 13:49:16 +11:00
commit 7b7f1207b2
1 changed files with 1 additions and 1 deletions

View 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)