mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
consolidated a line
This commit is contained in:
parent
018238fd2e
commit
9a8552d720
@ -542,8 +542,7 @@ public class TpmPcrEvent {
|
||||
description += "Event Content:\n" + new UefiVariable(content).toString();
|
||||
break;
|
||||
case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB:
|
||||
EvEfiSpdmFirmwareBlob efiSpdmFwBlob = new EvEfiSpdmFirmwareBlob(content);
|
||||
description += "Event Content:\n" + efiSpdmFwBlob.toString();
|
||||
description += "Event Content:\n" + new EvEfiSpdmFirmwareBlob(content).toString();
|
||||
break;
|
||||
default:
|
||||
description += " Unknown Event found" + "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user