Modify the DumpFile error message to be more in line with the rest of the error messages in the same file.
Change-Id: I8f074178154e13db06a67f2158448fc625ee4216 Cc: Ray Ni <ray...@intel.com> Cc: Zhichao Gao <zhichao....@intel.com> Signed-off-by: Tomas Pilar <tomas.pi...@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 (#62376): https://edk2.groups.io/g/devel/message/62376 Mute This Topic: https://groups.io/mt/75454449/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-