mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-18 20:47:58 +00:00
added newline
This commit is contained in:
parent
a5b9cd7ad9
commit
6721b9502b
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user