From 6f25e3d30c70bb224e52e66c591320c5ddda131d Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 31 Aug 2025 11:51:15 +0200 Subject: [PATCH] [mirotalk] - fix typo --- public/js/client.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/js/client.js b/public/js/client.js index 97a06e3a..3ed2b4cb 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -6305,8 +6305,7 @@ async function attachSinkId(element, sinkId) { } else { errorMessage = `Error: ${err}`; } - console.error(errorMessage); - userLog('error', `attachSinkId: ${errorMessage}`); + console.error(`attachSinkId error: ${errorMessage}`); // Jump back to first output device in the list as it's the default. if (typeof audioOutputSelect !== 'undefined' && audioOutputSelect) { audioOutputSelect.selectedIndex = 0;