diff --git a/server/src/controllers/analytics_controller.ts b/server/src/controllers/analytics_controller.ts index 7509170..35c573a 100644 --- a/server/src/controllers/analytics_controller.ts +++ b/server/src/controllers/analytics_controller.ts @@ -107,7 +107,7 @@ function getQueryRangeForLearningBySegments(segments: Segment.Segment[]) { } export async function runLearning(id: AnalyticUnit.AnalyticUnitId) { - console.debug('learning runned...'); + console.debug('learning started...'); try { let analyticUnit = await AnalyticUnit.findById(id); diff --git a/server/src/services/data_puller.ts b/server/src/services/data_puller.ts index e19c641..6438883 100644 --- a/server/src/services/data_puller.ts +++ b/server/src/services/data_puller.ts @@ -53,7 +53,7 @@ export class DataPuller { this._runAnalyticUnitPuller(analyticUnit); }); - console.log('Data puller runned'); + console.log('Data puller started'); } public stopPuller() {