From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web09.21685.1662359082693414448 for ; Sun, 04 Sep 2022 23:24:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=GwlSHKuG; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1662359081; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=S0UPslekymKTb6mdN0b8hjvnrpb/MYfgbBAtXpk0plk=; b=GwlSHKuGc1hz5ufYC6GYDbz3LjVKUXn9KEWRGxY1akeBZ6X5v0hlhGo6dg7ZRALGsTB6Wl YtqFox1TawSOa0ScWgwO4SMXBj5NbfXp8mF4YtsnEAmGIWhlaB+hkcGlb/cO55Zm17hTuS HKnfdr0DTC/3WJfHuP43gG94DTFxhVQ= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-625-8VzmE7AcMtqUTlc8d1XUCw-1; Mon, 05 Sep 2022 02:24:39 -0400 X-MC-Unique: 8VzmE7AcMtqUTlc8d1XUCw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5BD623C025B7; Mon, 5 Sep 2022 06:24:39 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.195.70]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 19D64C15BB3; Mon, 5 Sep 2022 06:24:39 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5CF8818007A4; Mon, 5 Sep 2022 08:24:37 +0200 (CEST) Date: Mon, 5 Sep 2022 08:24:37 +0200 From: "Gerd Hoffmann" To: mikuback@linux.microsoft.com Cc: devel@edk2.groups.io, Ard Biesheuvel , Jiewen Yao , Jordan Justen , David Woodhouse Subject: Re: [PATCH v3 8/8] OvmfPkg/LegacyBootManagerLib: Fix debug macro arguments Message-ID: <20220905062437.fzj3uxobldhysljr@sirius.home.kraxel.org> References: <20220902222206.1509-1-mikuback@linux.microsoft.com> <20220902222206.1509-9-mikuback@linux.microsoft.com> MIME-Version: 1.0 In-Reply-To: <20220902222206.1509-9-mikuback@linux.microsoft.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Sep 02, 2022 at 06:22:06PM -0400, mikuback@linux.microsoft.com wrote: > From: Michael Kubacki > > The DEBUG macro updated in this patch previously contained 11 print > specifiers in the debug string but passeed 13 arguments. This change > attempts to update the macro to the author's intention so the number > of specifiers match the number of arguments. > > Cc: Ard Biesheuvel > Cc: Jiewen Yao > Cc: Jordan Justen > Cc: Gerd Hoffmann > Cc: David Woodhouse > Signed-off-by: Michael Kubacki Acked-by: Gerd Hoffmann