[edk2-devel] [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument

Chang, Abner via groups.io abner.chang=amd.com at groups.io
Wed Aug 3 00:48:04 UTC 2022


[AMD Official Use Only - General]

Reviewed-by: Abner Chang <abner.chang at amd.com>

> -----Original Message-----
> From: mikuback at linux.microsoft.com <mikuback at linux.microsoft.com>
> Sent: Wednesday, August 3, 2022 2:04 AM
> To: devel at edk2.groups.io
> Cc: Chang, Abner <Abner.Chang at amd.com>; Nickle Wang
> <nickle.wang at hpe.com>
> Subject: [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug
> macro argument
> 
> [CAUTION: External Email]
> 
> From: Michael Kubacki <michael.kubacki at 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 at amd.com>
> Cc: Nickle Wang <nickle.wang at hpe.com>
> Signed-off-by: Michael Kubacki <michael.kubacki at 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#92072): https://edk2.groups.io/g/devel/message/92072
Mute This Topic: https://groups.io/mt/92776310/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