Przeglądaj źródła

fix(analytics) clarify log line

master
Saúl Ibarra Corretgé 4 lat temu
rodzic
commit
ddbd3f292a
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      react/features/analytics/functions.js

+ 2
- 2
react/features/analytics/functions.js Wyświetl plik

235
 }
235
 }
236
 
236
 
237
 /**
237
 /**
238
- * Tries to load the scripts for the analytics handlers and creates them.
238
+ * Tries to load the scripts for the external analytics handlers and creates them.
239
  *
239
  *
240
  * @param {Array} scriptURLs - The array of script urls to load.
240
  * @param {Array} scriptURLs - The array of script urls to load.
241
  * @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
241
  * @param {Object} handlerConstructorOptions - The default options to pass when creating handlers.
286
                 logger.warn(`Error creating analytics handler: ${error}`);
286
                 logger.warn(`Error creating analytics handler: ${error}`);
287
             }
287
             }
288
         }
288
         }
289
-        logger.debug(`Loaded ${handlers.length} analytics handlers`);
289
+        logger.debug(`Loaded ${handlers.length} external analytics handlers`);
290
 
290
 
291
         return handlers;
291
         return handlers;
292
     });
292
     });

Ładowanie…
Anuluj
Zapisz