Update webrtc trace logs for local candidates

This commit is contained in:
Alex X
2023-11-02 14:58:30 +03:00
parent 535bacf9d6
commit 6b29c37433
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ func asyncHandler(tr *ws.Transport, msg *ws.Message) error {
_ = sendAnswer.Wait()
s := msg.ToJSON().Candidate
log.Trace().Str("candidate", s).Msg("[webrtc] local")
log.Trace().Str("candidate", s).Msg("[webrtc] local ")
tr.Write(&ws.Message{Type: "webrtc/candidate", Value: s})
}
})