From 6af78be51a716760077a8d6681d0719df45a51b4 Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Fri, 4 Dec 2020 13:10:33 -0600 Subject: [PATCH] Fix logging when updating audio output device --- ts/services/calling.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/services/calling.ts b/ts/services/calling.ts index 0286df72d..5ad2221da 100644 --- a/ts/services/calling.ts +++ b/ts/services/calling.ts @@ -1120,7 +1120,7 @@ export class CallingClass { if (settings.selectedSpeaker) { window.log.info( 'MediaDevice: selecting speaker', - settings.selectedMicrophone + settings.selectedSpeaker ); RingRTC.setAudioOutput(settings.selectedSpeaker.index); }