Typo in signalmaster console log

master
Daniel Berteaud 10 years ago
parent 0a27d9f6d7
commit 32210908ce
  1. 2
      signalmaster/server.js

@ -85,7 +85,7 @@ io.configure(function(){
accept(null, true); accept(null, true);
} }
else{ else{
console.log('User' + user + ' is not allowed to join room ' + room + ' with token ' + tohen); console.log('User' + user + ' is not allowed to join room ' + room + ' with token ' + token);
accept('not allowed', false); accept('not allowed', false);
} }
}); });

Loading…
Cancel
Save