From b117cd31d05c745b6f943e8e7ac349e764410107 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 12 Apr 2020 17:59:27 +0200 Subject: [PATCH] Improve message --- relay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/relay.go b/relay.go index 82d05cf..f8ec67b 100644 --- a/relay.go +++ b/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