Skip to content

Commit

Permalink
debugging flash sockets timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
meetar committed May 17, 2011
1 parent 40900f1 commit be5ad37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -380,7 +380,7 @@ function tapOut(sessionId) {
// client loses place in line
var idx = queue.indexOf(hasAttr(queue, 'id', sessionId));
if (idx != -1) {
log('> '+queue[idx].name' leaving queue, becoming spectator');
log('> '+queue[idx].name+' leaving queue, becoming spectator');
spectators.push(queue[idx]);
queue.splice(idx, 1);
}
Expand Down

0 comments on commit be5ad37

Please sign in to comment.