diff --git a/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift b/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift index 700394c60..1a0e066d5 100644 --- a/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift +++ b/Classes/Swift/Voip/ViewModels/ConferenceParticipantDeviceData.swift @@ -98,7 +98,7 @@ class ConferenceParticipantDeviceData { func setVideoView(view:UIView?) { self.videoView = view - Log.i("[Conference Participant Device] Setting textureView \(view) for participant \(participantDevice)") + Log.i("[Conference Participant Device] Setting textureView \(view) for participant \(participantDevice.address?.asStringUriOnly())") view?.contentMode = .scaleAspectFill if (isMe) { core.usePreviewWindow(yesno: false)