Skip to content

Commit

Permalink
Fix undefined format in debug print statement.
Browse files Browse the repository at this point in the history
git-svn-id: https://fat-driver2.tianocore.org/svn/fat-driver2/trunk@25 65ba2f78-6c18-0410-a7b4-885970cf29fa
  • Loading branch information
qhuang8 committed May 5, 2008
1 parent 5c387f1 commit 1669fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FatPkg/EnhancedFatDxe/Init.c
Expand Up @@ -111,7 +111,7 @@ Routine Description:
//
// 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:
Expand Down

0 comments on commit 1669fee

Please sign in to comment.