Fixed debug statement

This commit is contained in:
Cyrus 2022-02-15 11:25:25 -05:00
parent 0f839ebd08
commit 99ba840a54

View File

@ -459,7 +459,8 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
}
}
LOGGER.error(String.format("CYRUS - # of resources (ie support rims) - %d", resources.size());
LOGGER.error(String.format("CYRUS - # of resources (ie support rims) - %d",
resources.size()));
for (SwidResource swidRes : resources) {
LOGGER.error(String.format("CYRUS - Looking for hash %s", swidRes.getHashValue()));