Fix grammar

This commit is contained in:
Zoltán Papp
2025-08-04 20:35:55 +02:00
parent b0c95d9bd2
commit daa27a3e24

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 successed 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()