Changes some logging levels.

pull/365/head 682
damencho 10 years ago
parent 54b9379577
commit ababa0fadc
  1. 2
      modules/RTC/DataChannels.js
  2. 2
      modules/UI/videolayout/LargeVideo.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,

@ -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);

Loading…
Cancel
Save