spdm processing

This commit is contained in:
iadgovuser58 2024-04-19 18:38:25 -04:00 committed by chubtub
parent 64e74258da
commit 8b5e82cec1

View File

@ -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")) {