mirror of https://github.com/acidanthera/audk.git
Fix undefined format in debug print statement.
(based on FatPkg commit 407f91e8e23d2ab05bb1f0022974eacc267bb6f1) [jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Acked-by: Mark Doran <mark.doran@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
657e361255
commit
c22c8322e9
|
@ -115,7 +115,7 @@ Returns:
|
|||
//
|
||||
// Volume installed
|
||||
//
|
||||
DEBUG ((EFI_D_INIT, "%HInstalled Fat filesystem on %x%N\n", Handle));
|
||||
DEBUG ((EFI_D_INIT, "Installed Fat filesystem on %p\n", Handle));
|
||||
Volume->Valid = TRUE;
|
||||
|
||||
Done:
|
||||
|
|
Loading…
Reference in New Issue