mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +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
|
||||
solrLoggerService.commit();
|
||||
|
||||
System.out.println("processed " + updated + " records");
|
||||
printInfo("processed " + updated + " records");
|
||||
} while (documents.getResults().getNumFound() > 0);
|
||||
|
||||
printInfo(updated + " documents updated");
|
||||
|
Reference in New Issue
Block a user