mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-07 19:34:27 +00:00
Removed logging statement.
This commit is contained in:
parent
2e4ecb6829
commit
c46b416504
@ -69,7 +69,7 @@ public final class PCRPolicy extends Policy {
|
||||
LOGGER.info("PCR Policy TBoot Ignore enabled.");
|
||||
i += NUM_OF_TBOOT_PCR;
|
||||
}
|
||||
LOGGER.error(String.format("%s = %s", baselinePcrs[i], quotePcrs[i]));
|
||||
|
||||
if (!baselinePcrs[i].equals(quotePcrs[i])) {
|
||||
sb.append(String.format(failureMsg, i));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user