Skip to content

Commit 78bd475

Browse files
committed
Log date of finished download counts processing
1 parent 3c8b685 commit 78bd475

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/lib/service/download_counts/sync_download_counts.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ Future<Set<String>> processDownloadCounts(DateTime date) async {
215215
});
216216
}));
217217

218+
_logger.info('Finished processing download counts for date $date');
218219
return failedFiles;
219220
}
220221

0 commit comments

Comments
 (0)