X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e5b6b618ea041395c10568d7245d7733b4cb2a1e..dd3d65aa7dea7269352eabe19096cb3dc44eb6c5:/src/websocket/websocket.ts diff --git a/src/websocket/websocket.ts b/src/websocket/websocket.ts index 4fd7cc2c6c..d10414616a 100644 --- a/src/websocket/websocket.ts +++ b/src/websocket/websocket.ts @@ -20,7 +20,7 @@ export const initWebSocket = (config: Config, authService: AuthService, store: R webSocketService.setMessageListener(messageListener(store)); webSocketService.connect(); } else { - console.warn("WARNING: webSocketUrl is not configured on the API Server"); + console.warn("WARNING: Websocket ExternalURL is not set on the cluster config."); } };