Skip to content

Commit

Permalink
Fixed console log output.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jan 24, 2019
1 parent 84ebf25 commit 0098b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default class CallHandler {
try {
client.send(message);
}catch(e){
console.e("Send failure !: " + e);
console.log("Send failure !: " + e);
}
}
}
Expand Down

0 comments on commit 0098b06

Please sign in to comment.