From: "Chang, Abner" <abner.chang@amd.com>
To: "mikuback@linux.microsoft.com" <mikuback@linux.microsoft.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Nickle Wang <nickle.wang@hpe.com>
Subject: Re: [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument
Date: Wed, 3 Aug 2022 00:48:04 +0000 [thread overview]
Message-ID: <MN2PR12MB39667638925578719664134BEA9C9@MN2PR12MB3966.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20220802180418.880-5-mikuback@linux.microsoft.com>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@amd.com>
> -----Original Message-----
> From: mikuback@linux.microsoft.com <mikuback@linux.microsoft.com>
> Sent: Wednesday, August 3, 2022 2:04 AM
> To: devel@edk2.groups.io
> Cc: Chang, Abner <Abner.Chang@amd.com>; Nickle Wang
> <nickle.wang@hpe.com>
> Subject: [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug
> macro argument
>
> [CAUTION: External Email]
>
> From: Michael Kubacki <michael.kubacki@microsoft.com>
>
> The debug macro argument in this change is removed since it does have a
> corresponding print specifier in the debug message string.
>
> Cc: Abner Chang <abner.chang@amd.com>
> Cc: Nickle Wang <nickle.wang@hpe.com>
> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
> ---
> RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c
> b/RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c
> index f224104ad673..4b61fc01adc4 100644
> --- a/RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c
> +++ b/RedfishPkg/RedfishRestExDxe/RedfishRestExProtocol.c
> @@ -224,7 +224,7 @@ ReSendRequest:;
> DEBUG ((DEBUG_INFO, "HTTP_STATUS_200_OK\n"));
>
> if (SendChunkProcess == HttpIoSendChunkHeaderZeroContent) {
> - DEBUG ((DEBUG_INFO, "This is chunk transfer, start to send all chunks.",
> ResponseData->Response.StatusCode));
> + DEBUG ((DEBUG_INFO, "This is chunk transfer, start to send all
> + chunks."));
> SendChunkProcess++;
> goto ReSendRequest;
> }
> --
> 2.28.0.windows.1
next prev parent reply other threads:[~2022-08-03 0:48 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-02 18:04 [PATCH v1 0/5] Fix imbalanced debug macros Michael Kubacki
2022-08-02 18:04 ` [PATCH v1 1/5] ArmPlatformPkg/NorFlashDxe: Remove unused debug print specifier Michael Kubacki
2022-08-03 6:23 ` Ard Biesheuvel
2022-08-02 18:04 ` [PATCH v1 2/5] FatPkg/FatPei: Remove extraneous debug message argument Michael Kubacki
2022-08-02 18:04 ` [PATCH v1 3/5] MdeModulePkg: Fix imbalanced debug macros Michael Kubacki
2022-08-03 1:29 ` Wu, Hao A
2022-08-05 2:51 ` 回复: " gaoliming
2022-08-02 18:04 ` [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument Michael Kubacki
2022-08-03 0:48 ` Chang, Abner [this message]
2022-08-02 18:04 ` [PATCH v1 5/5] SecurityPkg/SmmTcg2PhysicalPresenceLib: Add missing debug print specifier Michael Kubacki
2022-08-02 23:43 ` Yao, Jiewen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=MN2PR12MB39667638925578719664134BEA9C9@MN2PR12MB3966.namprd12.prod.outlook.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox