RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument
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@csie.io> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Abner Chang <abner.chang@amd.com> Reviewed-by: Nickle Wang <nickle@csie.io>
This commit is contained in:
committed by
mergify[bot]
parent
1096a9b04b
commit
c403de7bd4
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user