Skip to content

Commit

Permalink
Update client/internal/peer/conn.go
Browse files Browse the repository at this point in the history
Co-authored-by: Viktor Liu <viktor@netbird.io>
  • Loading branch information
mlsmaycon and lixmal committed Feb 8, 2024
1 parent 8d04256 commit b31ca14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/internal/peer/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ func (conn *Conn) onICECandidate(candidate ice.Candidate) {
}
err = conn.signalCandidate(extraSrflx)
if err != nil {
log.Errorf("failed signaling the extra server reflexive candidate to the remote peer %s %s", conn.config.Key, err)
log.Errorf("failed signaling the extra server reflexive candidate to the remote peer %s: %s", conn.config.Key, err)
return
}
conn.sentExtraSrflx = true
Expand Down

0 comments on commit b31ca14

Please sign in to comment.