mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
use proto logger for ice config (#3079)
This commit is contained in:
@@ -478,7 +478,7 @@ func (t *TransportManager) configureICE(iceConfig *livekit.ICEConfig, reset bool
|
||||
return
|
||||
}
|
||||
|
||||
t.params.Logger.Infow("setting ICE config", "iceConfig", iceConfig)
|
||||
t.params.Logger.Infow("setting ICE config", "iceConfig", logger.Proto(iceConfig))
|
||||
onICEConfigChanged := t.onICEConfigChanged
|
||||
t.iceConfig = iceConfig
|
||||
t.lock.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user