[AMD Official Use Only - General] Reviewed-by: Abner Chang <[email protected]>
> -----Original Message----- > From: [email protected] <[email protected]> > Sent: Wednesday, August 3, 2022 2:04 AM > To: [email protected] > Cc: Chang, Abner <[email protected]>; Nickle Wang > <[email protected]> > Subject: [PATCH v1 4/5] RedfishPkg/RedfishRestExDxe: Remove extra debug > macro argument > > [CAUTION: External Email] > > From: Michael Kubacki <[email protected]> > > 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 <[email protected]> > Cc: Nickle Wang <[email protected]> > Signed-off-by: Michael Kubacki <[email protected]> > --- > 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/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
