DS-4440 GDPR - Anonymize statistics feature - feedback

This commit is contained in:
Samuel
2020-11-10 15:58:01 +01:00
parent 6b84d20714
commit b8b6aa0f68

View File

@@ -206,7 +206,7 @@ public class AnonymizeStatistics {
// Commit the solr core // Commit the solr core
solrLoggerService.commit(); solrLoggerService.commit();
System.out.println("processed " + updated + " records"); printInfo("processed " + updated + " records");
} while (documents.getResults().getNumFound() > 0); } while (documents.getResults().getNumFound() > 0);
printInfo(updated + " documents updated"); printInfo(updated + " documents updated");