Fix Gus' log messages

This commit is contained in:
Schuyler Cebulskie
2016-10-13 20:05:07 -04:00
parent 26804f3673
commit 492f706035
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ class WebSocketPacketManager {
return false;
}
if (packet.op === Constants.OPCodes.HEARTBEAT_ACK) this.ws.client.emit('debug', 'HEARTBEAT ACK');
if (packet.op === Constants.OPCodes.HEARTBEAT_ACK) this.ws.client.emit('debug', 'Heartbeat acknowledged');
if (this.ws.status === Constants.Status.RECONNECTING) {
this.ws.reconnecting = false;