mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-21 19:45:53 +00:00
Fixed debug statement
This commit is contained in:
parent
0f839ebd08
commit
99ba840a54
@ -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()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user