Skip to content

Commit

Permalink
Fix a typo when calling to logger API (#1652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Nov 4, 2020
1 parent 9831a5d commit 84c31a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erizo_controller/erizoController/models/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ class Client extends events.EventEmitter {
|| !stream.hasAvSubscriber(this.id)) {
log.warn(`message: addSubscriber of removed subscriber, messageType: ${signMess.type},` +
`clientId: ${this.id}, streamId: ${options.streamId},`,
logger.objetToLog(this.token));
logger.objectToLog(this.token));
return;
}
if (signMess.type === 'initializing') {
Expand Down

0 comments on commit 84c31a7

Please sign in to comment.