mirror of
https://github.com/livekit/livekit.git
synced 2026-04-04 19:05:58 +00:00
As "remote" is a logging context key already, use a different name. (#910)
This commit is contained in:
@@ -298,10 +298,10 @@ func (t *PCTransport) logICECandidates() {
|
||||
t.lock.RLock()
|
||||
t.params.Logger.Infow(
|
||||
"ice candidates",
|
||||
"local", t.allowedLocalCandidates,
|
||||
"remote", t.allowedRemoteCandidates,
|
||||
"local (filtered)", t.filteredLocalCandidates,
|
||||
"remote (filtered)", t.filteredRemoteCandidates,
|
||||
"lc", t.allowedLocalCandidates,
|
||||
"rc", t.allowedRemoteCandidates,
|
||||
"lc (filtered)", t.filteredLocalCandidates,
|
||||
"rc (filtered)", t.filteredRemoteCandidates,
|
||||
)
|
||||
t.lock.RUnlock()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user