mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 05:28:22 +00:00
spdm processing
This commit is contained in:
parent
f4c52271f5
commit
13b90c09f5
@ -217,7 +217,7 @@ public abstract class DeviceSecurityEventDataHeaderBase {
|
||||
String dsedHeaderInfo = "";
|
||||
|
||||
dsedHeaderInfo += "\n SPDM Device";
|
||||
dsedHeaderInfo += "\n Device Type: " + deviceType;
|
||||
dsedHeaderInfo += "\n Device Type: " + deviceTypeToString(deviceTypeId);
|
||||
dsedHeaderInfo += "\n Device Path: " + devicePath;
|
||||
|
||||
// if (version.equals("0100")) {
|
||||
|
Loading…
Reference in New Issue
Block a user