Skip to content

Commit 8a08efd

Browse files
committed
add log message
1 parent d08dcec commit 8a08efd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/autocast.js

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function onOpen() {
4545
}
4646

4747
export function initialize() {
48+
console.debug('[autoCast] initializing connection listener');
4849
ServerConnections.getApiClients().forEach(apiClient => {
4950
Events.off(apiClient, 'websocketopen', onOpen);
5051
Events.on(apiClient, 'websocketopen', onOpen);

0 commit comments

Comments
 (0)