Changes some logging levels.
This commit is contained in:
parent
c6f75456d7
commit
1f8ae5dd29
|
@ -124,7 +124,7 @@ DataChannels.prototype.onDataChannel = function (event) {
|
|||
// endpoint IDs.
|
||||
var endpointsEnteringLastN = obj.endpointsEnteringLastN;
|
||||
|
||||
logger.log(
|
||||
logger.info(
|
||||
"Data channel new last-n event: ",
|
||||
lastNEndpoints, endpointsEnteringLastN, obj);
|
||||
this.eventEmitter.emit(RTCEvents.LASTN_ENDPOINT_CHANGED,
|
||||
|
|
Loading…
Reference in New Issue