[edk2-devel] [PATCH v3 3/8] ShellPkg/AcpiView: Modify error message

Tomas Pilar (tpilar) Tomas.Pilar at arm.com
Tue Jul 14 17:45:41 UTC 2020


Modify the DumpFile error message to be more in line
with the rest of the error messages in the same file.

Cc: Ray Ni <ray.ni at intel.com>
Cc: Zhichao Gao <zhichao.gao at intel.com>
Signed-off-by: Tomas Pilar <tomas.pilar at arm.com>
---
 .../UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
index 9613c16f5703..11e97afabc52 100644
--- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
+++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
@@ -147,10 +147,8 @@ ShellDumpBufferToFile (
              );
 
   if (EFI_ERROR (Status)) {
-    Print (L"ERROR: Failed to write binary file.\n");
+    Print (L"acpiview: Failed to write binary file.\n");
     TransferBytes = 0;
-  } else {
-    Print (L"DONE.\n");
   }
 
   ShellCloseFile (&DumpFileHandle);
-- 
2.24.1.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#62552): https://edk2.groups.io/g/devel/message/62552
Mute This Topic: https://groups.io/mt/75504253/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list