diff --git a/client/internal/peer/worker_ice.go b/client/internal/peer/worker_ice.go index d5c6f842e..a54b9e603 100644 --- a/client/internal/peer/worker_ice.go +++ b/client/internal/peer/worker_ice.go @@ -233,7 +233,7 @@ func (w *WorkerICE) SessionID() ICESessionID { func (w *WorkerICE) connect(ctx context.Context, agent *ice.Agent, remoteOfferAnswer *OfferAnswer) { w.log.Debugf("gather candidates") if err := agent.GatherCandidates(); err != nil { - w.log.Debugf("failed to gather candidates: %s", err) + w.log.Warnf("failed to gather candidates: %s", err) return }