added newline

This commit is contained in:
iadgovuser58 2024-08-09 12:47:08 -04:00
parent a5b9cd7ad9
commit 6721b9502b

View File

@ -102,7 +102,7 @@ public class DeviceSecurityEventDataSubHeaderCertChain extends DeviceSecurityEve
// SPDM Certificate Chain output // SPDM Certificate Chain output
if(!spdmCertChainError.isEmpty()) { if(!spdmCertChainError.isEmpty()) {
dsedSubHeaderInfo += " SPDM cert chain error: " + spdmCertChainError; dsedSubHeaderInfo += " SPDM cert chain error: " + spdmCertChainError + "\n";
} }
else if(spdmCertChain == null) { else if(spdmCertChain == null) {
dsedSubHeaderInfo += " SPDM cert chain error: Could not parse cert chain\n"; dsedSubHeaderInfo += " SPDM cert chain error: Could not parse cert chain\n";