mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-20 17:52:47 +00:00
small fix to output
This commit is contained in:
parent
2c3987e6bc
commit
e3e1e1c7b1
@ -544,6 +544,7 @@ public class TpmPcrEvent {
|
||||
case EvConstants.EV_EFI_SPDM_FIRMWARE_BLOB:
|
||||
EvEfiSpdmFirmwareBlob efiSpdmFwBlob = new EvEfiSpdmFirmwareBlob(content);
|
||||
description += "Event Content:\n" + efiSpdmFwBlob.toString();
|
||||
break;
|
||||
default:
|
||||
description += " Unknown Event found" + "\n";
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ public abstract class DeviceSecurityEventDataDeviceContext {
|
||||
public String deviceContextCommonInfoToString() {
|
||||
String dSEDdeviceContextCommonInfo = "";
|
||||
|
||||
dSEDdeviceContextCommonInfo += "\n DeviceSecurityEventData - Device Info";
|
||||
dSEDdeviceContextCommonInfo += "\n DeviceSecurityEventData Device Info:";
|
||||
dSEDdeviceContextCommonInfo += "\n Device Structure Version = " + version;
|
||||
|
||||
return dSEDdeviceContextCommonInfo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user