Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
viown committed Sep 9, 2024
1 parent d08dcec commit 8a08efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/autocast.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function onOpen() {
}

export function initialize() {
console.debug('[autoCast] initializing connection listener');
ServerConnections.getApiClients().forEach(apiClient => {
Events.off(apiClient, 'websocketopen', onOpen);
Events.on(apiClient, 'websocketopen', onOpen);
Expand Down

0 comments on commit 8a08efd

Please sign in to comment.