diff --git a/lib/node.js b/lib/node.js index baa15a7..86892f2 100644 --- a/lib/node.js +++ b/lib/node.js @@ -78,6 +78,7 @@ function Node() socket.on('open', function open() { socket.emit('hello', { id: self.id, info: self.info, secret: WS_SECRET }); console.log('The connection has been opened.'); + console.log('Trying to login'); }).on('end', function end() { self._socket = false; }).on('error', function error(err) {