Skip to content

Commit

Permalink
OvmfPkg/PlatformBootManagerLib: log informative message at DEBUG_INFO…
Browse files Browse the repository at this point in the history
… lvl

"Boot Mode:%x" is an informative message, not an error report. Set its
debug mask to DEBUG_INFO.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
  • Loading branch information
lersek committed Sep 11, 2017
1 parent 7707c9f commit 837d9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ Routine Description:
// Get current Boot Mode
//
BootMode = GetBootModeHob ();
DEBUG ((EFI_D_ERROR, "Boot Mode:%x\n", BootMode));
DEBUG ((DEBUG_INFO, "Boot Mode:%x\n", BootMode));

//
// Go the different platform policy with different boot mode
Expand Down

0 comments on commit 837d9ee

Please sign in to comment.