mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-14 21:43:11 +00:00
DS-4440 GDPR - Anonymize statistics feature - feedback
This commit is contained in:
@@ -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");
|
||||||
|
Reference in New Issue
Block a user