diff --git a/modules/RTC/DataChannels.js b/modules/RTC/DataChannels.js index 55c423e85..a97efc03c 100644 --- a/modules/RTC/DataChannels.js +++ b/modules/RTC/DataChannels.js @@ -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,