]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/LegacyBootManagerLib: Fix debug macro arguments
authorMichael Kubacki <michael.kubacki@microsoft.com>
Thu, 25 Aug 2022 03:01:51 +0000 (23:01 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 9 Sep 2022 01:42:39 +0000 (01:42 +0000)
commitcdb80a281fa3fd3457faf1dc65d5a443e8d512d3
treed25fc261765e2d9825b3836e04aed229a934a33a
parent8fdb4de628120a8736ee47522d1941e3ad3bdf8a
OvmfPkg/LegacyBootManagerLib: Fix debug macro arguments

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 <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c