Explorar el Código

minor change in debug log wording

j8
George Politis hace 5 años
padre
commit
324a9eba91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/UI/videolayout/SmallVideo.js

+ 1
- 1
modules/UI/videolayout/SmallVideo.js Ver fichero

@@ -617,7 +617,7 @@ SmallVideo.prototype.updateView = function() {
617 617
     }
618 618
 
619 619
     if (this.displayMode !== oldDisplayMode) {
620
-        logger.debug(`Displaying ${displayModeString} for ${this.id}, reason: [${JSON.stringify(displayModeInput)}]`);
620
+        logger.debug(`Displaying ${displayModeString} for ${this.id}, data: [${JSON.stringify(displayModeInput)}]`);
621 621
     }
622 622
 };
623 623
 

Loading…
Cancelar
Guardar