Changes some logging levels.

This commit is contained in:
damencho 2015-09-28 17:48:41 -05:00
parent 54b9379577
commit ababa0fadc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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