mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
Improve message
This commit is contained in:
parent
50bb04af5e
commit
b117cd31d0
2
relay.go
2
relay.go
@ -191,7 +191,7 @@ func processCloseRequests() {
|
||||
/// Start new call
|
||||
func newCall(mainOffer receivedSignal, r *activeRelay) {
|
||||
|
||||
log.Printf("Starting new call: %s", mainOffer.callHash)
|
||||
log.Printf("Starting new call: %s / id: %d", r.callHash, r.id)
|
||||
|
||||
// Ice candidates mutex
|
||||
var candidatesMux sync.Mutex
|
||||
|
Loading…
Reference in New Issue
Block a user