mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ShellPkg Http.c: Remove extra \n when using -m param
There is already `PRINT_HII (STRING_TOKEN (STR_GEN_CRLF), NULL);` after `DownloadFile()`, remove this extra `\n` to avoid printing extra blank lines. Signed-off-by: Yang Gang <yanggang@byosoft.com.cn>
This commit is contained in:
parent
1f19c3d6ee
commit
0df3729ad6
1 changed files with 1 additions and 1 deletions
|
|
@ -1690,7 +1690,7 @@ GetResponse (
|
|||
if (!EFI_ERROR (gRT->GetTime (&EndTime, NULL))) {
|
||||
ElapsedSeconds = EfiTimeToEpoch (&EndTime) - EfiTimeToEpoch (&StartTime);
|
||||
Print (
|
||||
L",%a%Lus\n",
|
||||
L",%a%Lus",
|
||||
ElapsedSeconds ? " " : " < ",
|
||||
ElapsedSeconds > 1 ? (UINT64)ElapsedSeconds : 1
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue