Changes some logging levels.

This commit is contained in:
damencho 2015-11-18 15:59:07 -06:00
parent c6f75456d7
commit 1f8ae5dd29
1 changed files with 1 additions and 1 deletions

View File

@ -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,