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 02AE0D80186 for ; Thu, 26 Oct 2023 23:54:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=bX1BxPO47am4LdIbObnFpBetr2yHutIXtdp6tBQzaMo=; 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=1698364440; v=1; b=u5y9/F7Dv3pABntMENr2H6mpSByMWgxS/app4tTrg2VIkmw+8BCzBw5f4JHROk7suDs0tkFh geEG9zkGzlNIUbwyTTfalBWMp50KraBMvdlKAliaOAI5kHfivyC6KHuNI7jsZgDalnrfyYQX6Eu uLkmjq0bLhoxgyufRVuk5pW0= X-Received: by 127.0.0.2 with SMTP id Z88vYY7687511xnjD95LMkE9; Thu, 26 Oct 2023 16:54:00 -0700 X-Received: from mail-lf1-f49.google.com (mail-lf1-f49.google.com [209.85.167.49]) by mx.groups.io with SMTP id smtpd.web11.86061.1698364439947794533 for ; Thu, 26 Oct 2023 16:54:00 -0700 X-Received: by mail-lf1-f49.google.com with SMTP id 2adb3069b0e04-507a98517f3so2047750e87.0 for ; Thu, 26 Oct 2023 16:53:59 -0700 (PDT) X-Gm-Message-State: EiIEoaqLXcFUVGXuFCt3MNorx7686176AA= X-Google-Smtp-Source: AGHT+IFQNZnimmRuFE+BjN1DakzI9XCbn9apVavJXbbSk6JtX6Tq/ZT66n1CwnwDI08sgKk6mV9BBg== X-Received: by 2002:a19:6416:0:b0:507:9fc1:ca7e with SMTP id y22-20020a196416000000b005079fc1ca7emr516702lfb.51.1698364437974; Thu, 26 Oct 2023 16:53:57 -0700 (PDT) X-Received: from localhost.localdomain ([79.164.221.98]) by smtp.gmail.com with ESMTPSA id u8-20020a056512040800b00507a8789b43sm39389lfk.269.2023.10.26.16.53.57 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 26 Oct 2023 16:53:57 -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] [edk2-redfish-client][PATCH v2 01/11] RedfishClientPkg: fix format used for output __func__ Date: Fri, 27 Oct 2023 02:53:44 +0300 Message-Id: <20231026235354.67625-2-mike.maslenkin@gmail.com> In-Reply-To: <20231026235354.67625-1-mike.maslenkin@gmail.com> References: <20231026235354.67625-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="u5y9/F7D"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none) 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 (#110146): https://edk2.groups.io/g/devel/message/110146 Mute This Topic: https://groups.io/mt/102211770/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-