mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Fixed alert
This commit is contained in:
parent
ffee7a894f
commit
6d74f4f398
@ -77,7 +77,7 @@ public class MdmClearSvcImpl implements IMdmExpungeSvc {
|
||||
ourLog.info("MDM clear operation on type {} complete. Removed {} MDM links and expunged {} Golden resources.", mdmType, goldenResourcePids.size(), deleteOutcome.getExpungedResourcesCount());
|
||||
retVal += goldenResourcePids.size();
|
||||
}
|
||||
ourLog.info("MDM clear complete expunged a total of golden resources.", retVal);
|
||||
ourLog.info("MDM clear completed expunged with a total of {} golden resources cleared.", retVal);
|
||||
return retVal;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user