From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 98106740034 for ; Fri, 29 Sep 2023 21:59:24 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=Sdnh7t8oKuk3BcW9wHeCJw2xzV0fVYk1JhS5yHw+PzY=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1696024763; v=1; b=IbZorMx+9h5Cg+lty6AS+hBTCeKvGcS4N/beaogGZ+J/71IV/xK2ZGhPjRT456vtEWIFsn+6 o0IJbANGsCugLPAd+WHAi8xST/HSZd4v0oqVvf9GSvXx4fTE+tR9I1DDB6xSO2hdCv1WxcIwXK+ J/wiJ74CnoC4N5V+1D8a7EFs= X-Received: by 127.0.0.2 with SMTP id Pb6GYY7687511xrldcNWKjz5; Fri, 29 Sep 2023 14:59:23 -0700 X-Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by mx.groups.io with SMTP id smtpd.web10.30357.1696024762203614022 for ; Fri, 29 Sep 2023 14:59:22 -0700 X-Received: by mail-lj1-f177.google.com with SMTP id 38308e7fff4ca-2c2907ff9fcso2394451fa.1 for ; Fri, 29 Sep 2023 14:59:21 -0700 (PDT) X-Gm-Message-State: U8Pvrs668ysUVJGlZ7RN3IM7x7686176AA= X-Google-Smtp-Source: AGHT+IGt/oQ4ByCyOdeagzvkbn2G7a56Fiu6OroWjC3bGlPaVPw/RggruuGUKtr/3/BWbKqxcaIAAA== X-Received: by 2002:a2e:8442:0:b0:2c0:17bc:124e with SMTP id u2-20020a2e8442000000b002c017bc124emr4235570ljh.38.1696024760059; Fri, 29 Sep 2023 14:59:20 -0700 (PDT) X-Received: from localhost.localdomain ([185.9.78.108]) by smtp.gmail.com with ESMTPSA id y24-20020a2ebb98000000b002bfe8537f37sm890178lje.33.2023.09.29.14.59.19 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Fri, 29 Sep 2023 14:59:19 -0700 (PDT) From: "Mike Maslenkin" To: devel@edk2.groups.io Cc: abner.chang@amd.com, nicklew@nvidia.com, igork@ami.com, Mike Maslenkin Subject: [edk2-devel] [PATCH 1/9] RedfishClientPkg: fix format used for output __func__ Date: Sat, 30 Sep 2023 00:59:07 +0300 Message-Id: <20230929215915.46616-2-mike.maslenkin@gmail.com> In-Reply-To: <20230929215915.46616-1-mike.maslenkin@gmail.com> References: <20230929215915.46616-1-mike.maslenkin@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,mike.maslenkin@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=IbZorMx+; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Signed-off-by: Mike Maslenkin --- RedfishClientPkg/Features/Bios/v1_0_9/Common/BiosCommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RedfishClientPkg/Features/Bios/v1_0_9/Common/BiosCommon.c b/Re= dfishClientPkg/Features/Bios/v1_0_9/Common/BiosCommon.c index a969557ddfdb..f96c90cc945c 100644 --- a/RedfishClientPkg/Features/Bios/v1_0_9/Common/BiosCommon.c +++ b/RedfishClientPkg/Features/Bios/v1_0_9/Common/BiosCommon.c @@ -788,7 +788,7 @@ HandleResource ( // Check and see if this is target resource that we want to handle.=0D // Some resource is handled by other provider so we have to make sure th= is first.=0D //=0D - DEBUG ((REDFISH_DEBUG_TRACE, "%s Identify for %s\n", __func__, Uri));=0D + DEBUG ((REDFISH_DEBUG_TRACE, "%a Identify for %s\n", __func__, Uri));=0D ConfigLang =3D RedfishGetConfigLanguage (Uri);=0D if (ConfigLang =3D=3D NULL) {=0D Status =3D EdkIIRedfishResourceConfigIdentify (&SchemaInfo, Uri, Priva= te->InformationExchange);=0D --=20 2.32.0 (Apple Git-132) -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109217): https://edk2.groups.io/g/devel/message/109217 Mute This Topic: https://groups.io/mt/101667460/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-