Fix pointer logging

This commit is contained in:
Zoltan Papp
2025-08-05 09:47:01 +02:00
parent fa04b2ca77
commit d0ed9bb59d
2 changed files with 3 additions and 8 deletions

View File

@@ -90,7 +90,7 @@ func NewWorkerICE(ctx context.Context, log *log.Entry, config ConnConfig, conn *
}
func (w *WorkerICE) OnNewOffer(remoteOfferAnswer *OfferAnswer) {
w.log.Debugf("OnNewOffer for ICE: %s, %s, serial: %d", time.Since(remoteOfferAnswer.When), remoteOfferAnswer.When, remoteOfferAnswer.SessionID)
w.log.Debugf("OnNewOffer for ICE, serial: %d", *remoteOfferAnswer.SessionID)
w.muxAgent.Lock()
if w.agentConnecting {