]> xenbits.xensource.com Git - ovmf.git/commitdiff
RedfishPkg: Add missing newline character
authorNhi Pham <nhi@os.amperecomputing.com>
Thu, 6 Apr 2023 01:22:44 +0000 (08:22 +0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 8 May 2023 13:12:01 +0000 (13:12 +0000)
This adds a missing newline character to make the error log
readable in case the module is failed.

Signed-off-by: Minh Nguyen <minhnguyen1@os.amperecomputing.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
RedfishPkg/RedfishHostInterfaceDxe/RedfishHostInterfaceDxe.c

index 45fc6e2182bc2f8e3e428cdfed63471b3a688b30..c4fa59193a2ffe653cc2651109bb1ebe3c59b23c 100644 (file)
@@ -8,6 +8,7 @@
   (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
   Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.<BR>\r
   Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.\r
+  Copyright (c) 2023, Ampere Computing LLC. All rights reserved.<BR>\r
 \r
   SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
@@ -59,7 +60,7 @@ RedfishCreateSmbiosTable42 (
   Status = RedfishPlatformHostInterfaceDeviceDescriptor (&DeviceType, &DeviceDescriptor);\r
   if (EFI_ERROR (Status)) {\r
     if (Status == EFI_NOT_FOUND) {\r
-      DEBUG ((DEBUG_ERROR, "%a: No Redfish host interface descriptor is provided on this platform.", __func__));\r
+      DEBUG ((DEBUG_ERROR, "%a: No Redfish host interface descriptor is provided on this platform.\n", __func__));\r
       return EFI_NOT_FOUND;\r
     }\r
 \r