Fix pointer logging

This commit is contained in:
Zoltan Papp
2025-08-05 09:54:06 +02:00
parent d0ed9bb59d
commit a57cb82f82

View File

@@ -261,7 +261,7 @@ func (w *WorkerICE) connect(ctx context.Context, agent *ice.Agent, remoteOfferAn
}
w.log.Debugf("on ICE conn is ready to use")
w.log.Infof("connection succeeded with offer session: %d", remoteOfferAnswer.SessionID)
w.log.Infof("connection succeeded with offer session: %d", *remoteOfferAnswer.SessionID)
w.muxAgent.Lock()
w.agentConnecting = false
w.lastSuccess = time.Now()