Reviewed-by: Nickle Wang <[email protected]>

Regards,
Nickle

> -----Original Message-----
> From: Mike Maslenkin <[email protected]>
> Sent: Friday, December 1, 2023 7:19 AM
> To: [email protected]
> Cc: [email protected]; Nickle Wang <[email protected]>;
> [email protected]
> Subject: [PATCH 2/3] RedfishClientPkg: fix format specifier in DEBUG macro
> 
> External email: Use caution opening links or attachments
> 
> 
> Signed-off-by: Mike Maslenkin <[email protected]>
> Cc: Abner Chang <[email protected]>
> Cc: Nickle Wang <[email protected]>
> Cc: Igor Kulchytskyy <[email protected]>
> ---
>  .../Features/MemoryCollectionDxe/MemoryCollectionDxe.c          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git
> a/RedfishClientPkg/Features/MemoryCollectionDxe/MemoryCollectionDxe.c
> b/RedfishClientPkg/Features/MemoryCollectionDxe/MemoryCollectionDxe.c
> index dc1ee5ca4143..bebc605dce34 100644
> --- a/RedfishClientPkg/Features/MemoryCollectionDxe/MemoryCollectionDxe.c
> +++ b/RedfishClientPkg/Features/MemoryCollectionDxe/MemoryCollectionDxe.c
> @@ -45,7 +45,7 @@ HandleResource (
>    // Check and see if this is target resource that we want to handle.
>    // Some resource is handled by other provider so we have to make sure this
> first.
>    //
> -  DEBUG ((REDFISH_DEBUG_TRACE, "%s Identify for %s\n", __func__, Uri));
> +  DEBUG ((REDFISH_DEBUG_TRACE, "%a Identify for %s\n", __func__, Uri));
>    ConfigLang = RedfishGetConfigLanguage (Uri);
>    if (ConfigLang == NULL) {
>      Status = EdkIIRedfishResourceConfigIdentify (&SchemaInfo, Uri, Private-
> >InformationExchange);
> --
> 2.32.0 (Apple Git-132)



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#112005): https://edk2.groups.io/g/devel/message/112005
Mute This Topic: https://groups.io/mt/102905310/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to