fix(analytics) clarify log line

pull/7784/head jitsi-meet_5084
Saúl Ibarra Corretgé 5 years ago committed by Saúl Ibarra Corretgé
parent b153bf2fb8
commit ddbd3f292a
  1. 4
      react/features/analytics/functions.js

@ -235,7 +235,7 @@ function _inIframe() {
}
/**
* Tries to load the scripts for the analytics handlers and creates them.
* Tries to load the scripts for the external analytics handlers and creates them.
*
* @param {Array} scriptURLs - The array of script urls to load.
* @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
@ -286,7 +286,7 @@ function _loadHandlers(scriptURLs = [], handlerConstructorOptions) {
logger.warn(`Error creating analytics handler: ${error}`);
}
}
logger.debug(`Loaded ${handlers.length} analytics handlers`);
logger.debug(`Loaded ${handlers.length} external analytics handlers`);
return handlers;
});

Loading…
Cancel
Save