]> git.proxmox.com Git - mirror_edk2.git/commit
FatPkg/FatPei: Remove extraneous debug message argument
authorMichael Kubacki <michael.kubacki@microsoft.com>
Tue, 2 Aug 2022 11:52:09 +0000 (07:52 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 9 Sep 2022 01:42:39 +0000 (01:42 +0000)
commitb4036b52b18b215973a1d388c37b5affd55679cc
tree854ccfd54716ae0c64df2a5c2101e66a4c40cb8c
parent917a7e3f347adb0721ff161a68309f51f621eec5
FatPkg/FatPei: Remove extraneous debug message argument

This debug macro should take one argument based on the number of
print specifiers defined. However, two arguments are given.

It looks like the code may have been refactored such that the
second argument was moved to a new print and this argument was
not removed. In any case, it should not be there now.

Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
FatPkg/FatPei/Gpt.c