Improve message

This commit is contained in:
Pierre HUBERT 2020-04-12 17:59:27 +02:00
parent 50bb04af5e
commit b117cd31d0

View File

@ -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