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