From 31f035e3590ec6ef4a23d838c4baf14c6406db2b Mon Sep 17 00:00:00 2001 From: Sky-High Date: Tue, 12 Sep 2023 23:28:25 +0200 Subject: [PATCH] update module name in log message --- src/plugins/chromecastPlayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/chromecastPlayer/plugin.js b/src/plugins/chromecastPlayer/plugin.js index 732ae4e9da..e5663c2f08 100644 --- a/src/plugins/chromecastPlayer/plugin.js +++ b/src/plugins/chromecastPlayer/plugin.js @@ -352,7 +352,7 @@ class CastPlayer { receiverName: receiverName }); - console.debug('cc: message{' + message.command + '; ' + serverAddress + ' -> ' + serverLocalAddress + '}'); + console.debug('[chromecastPlayer] message{' + message.command + '; ' + serverAddress + ' -> ' + serverLocalAddress + '}'); const bitrateSetting = appSettings.maxChromecastBitrate(); if (bitrateSetting) {