diff --git a/modules/RTC/DataChannels.js b/modules/RTC/DataChannels.js index 9f09bf287..de0efa043 100644 --- a/modules/RTC/DataChannels.js +++ b/modules/RTC/DataChannels.js @@ -90,7 +90,7 @@ var DataChannels = { // endpoint IDs. var endpointsEnteringLastN = obj.endpointsEnteringLastN; - console.log( + console.info( "Data channel new last-n event: ", lastNEndpoints, endpointsEnteringLastN, obj); eventEmitter.emit(RTCEvents.LASTN_ENDPOINT_CHANGED, diff --git a/modules/UI/videolayout/LargeVideo.js b/modules/UI/videolayout/LargeVideo.js index 625e3e2c9..7ae38f178 100644 --- a/modules/UI/videolayout/LargeVideo.js +++ b/modules/UI/videolayout/LargeVideo.js @@ -362,7 +362,7 @@ var LargeVideo = { if(!isEnabled) return; var newSmallVideo = this.VideoLayout.getSmallVideo(resourceJid); - console.log('hover in ' + resourceJid + ', video: ', newSmallVideo); + console.info('hover in ' + resourceJid + ', video: ', newSmallVideo); if (!newSmallVideo) { console.error("Small video not found for: " + resourceJid);