Skip to content

Commit

Permalink
fix(sockets): typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
balthazar committed Feb 6, 2015
1 parent 300eae8 commit 77f9262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/server/config/sockets(sockets).js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function (io) {
// sockets inserts

socket.on('disconnect', function () {
console.log('[%s] %s disconnected.', new Date().toUTCString(, socket.ip);
console.log('[%s] %s disconnected.', new Date().toUTCString(), socket.ip);
});

console.log('[%s] %s connected.', socket.connectDate.toUTCString(), socket.ip);
Expand Down

0 comments on commit 77f9262

Please sign in to comment.