From 6721b9502be08ce4ba1bbda0ba2bd02b825d4412 Mon Sep 17 00:00:00 2001 From: iadgovuser58 <124906646+iadgovuser58@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:47:08 -0400 Subject: [PATCH] added newline --- .../events/DeviceSecurityEventDataSubHeaderCertChain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/events/DeviceSecurityEventDataSubHeaderCertChain.java b/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/events/DeviceSecurityEventDataSubHeaderCertChain.java index 57680253..3bb60b50 100644 --- a/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/events/DeviceSecurityEventDataSubHeaderCertChain.java +++ b/HIRS_Utils/src/main/java/hirs/utils/tpm/eventlog/events/DeviceSecurityEventDataSubHeaderCertChain.java @@ -102,7 +102,7 @@ public class DeviceSecurityEventDataSubHeaderCertChain extends DeviceSecurityEve // SPDM Certificate Chain output if(!spdmCertChainError.isEmpty()) { - dsedSubHeaderInfo += " SPDM cert chain error: " + spdmCertChainError; + dsedSubHeaderInfo += " SPDM cert chain error: " + spdmCertChainError + "\n"; } else if(spdmCertChain == null) { dsedSubHeaderInfo += " SPDM cert chain error: Could not parse cert chain\n";