MdeModulePkg: Error Level is not used correctly
Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
@@ -763,7 +763,7 @@ GetCapsuleDescriptors (
|
||||
(VOID *) &CapsuleDataPtr64
|
||||
);
|
||||
if (EFI_ERROR (Status)) {
|
||||
DEBUG ((EFI_D_ERROR, "Capsule -- capsule variable not set\n"));
|
||||
DEBUG ((DEBUG_INFO, "Capsule -- capsule variable not set\n"));
|
||||
return EFI_NOT_FOUND;
|
||||
}
|
||||
//
|
||||
|
Reference in New Issue
Block a user