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;