logging
This commit is contained in:
parent
150c679f21
commit
53f4d8363a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class OrientationTableDuplicatesCheck implements DBIntegrityCheck {
|
||||||
checkedToDelete
|
checkedToDelete
|
||||||
.stream()
|
.stream()
|
||||||
.forEach(this.orientationRecordMapper::deleteByPrimaryKey);
|
.forEach(this.orientationRecordMapper::deleteByPrimaryKey);
|
||||||
return "Fixed duplicates by deletion: " + toDelete;
|
return "Fixed duplicates by deletion: " + checkedToDelete + " from findings:" + toDelete;
|
||||||
} else {
|
} else {
|
||||||
return "Found duplicates: " + toDelete;
|
return "Found duplicates: " + toDelete;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue