From c48f042785b8236abc57b9ccfc83378fdac6cc30 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Mon, 1 May 2017 15:42:47 +0100 Subject: [PATCH] silly hydar --- src/client/websocket/WebSocketConnection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/websocket/WebSocketConnection.js b/src/client/websocket/WebSocketConnection.js index b4705caf4..ecbcf141a 100644 --- a/src/client/websocket/WebSocketConnection.js +++ b/src/client/websocket/WebSocketConnection.js @@ -368,7 +368,7 @@ class WebSocketConnection extends EventEmitter { * @param {CloseEvent} event Close event that was received */ onClose(event) { - this.debug(`${this.expectingClose ? 'Server' : 'Client'} closed WebSocket connection: ${event.code}`); + this.debug(`${this.expectingClose ? 'Client' : 'Server'} closed the WebSocket connection: ${event.code}`); this.closeSequence = this.sequence; // Reset the state before trying to fix anything this.emit('close', event);