This commit is contained in:
anhefti 2022-05-04 13:39:56 +02:00
parent 150c679f21
commit 53f4d8363a

View file

@ -79,7 +79,7 @@ public class OrientationTableDuplicatesCheck implements DBIntegrityCheck {
checkedToDelete
.stream()
.forEach(this.orientationRecordMapper::deleteByPrimaryKey);
return "Fixed duplicates by deletion: " + toDelete;
return "Fixed duplicates by deletion: " + checkedToDelete + " from findings:" + toDelete;
} else {
return "Found duplicates: " + toDelete;
}