Fix several DEBUG_ERROR messages that are unnecessarily verbose. Several of these are marked as DEBUG_ERROR when they are really not errors.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahmoud@hp.com> reviewed-by: Zeng, Star <star.zeng@intel.com> reviewed-by: Tian, Feng <feng.tian@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14751 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
erictian
parent
79aca636ab
commit
9a95972e6a
@@ -159,7 +159,7 @@ FtwAllocate (
|
||||
}
|
||||
|
||||
DEBUG (
|
||||
(EFI_D_ERROR,
|
||||
(EFI_D_INFO,
|
||||
"Ftw: Allocate() success, Caller:%g, # %d\n",
|
||||
CallerId,
|
||||
NumberOfWrites)
|
||||
@@ -573,7 +573,7 @@ FtwWrite (
|
||||
FreePool (SpareBuffer);
|
||||
|
||||
DEBUG (
|
||||
(EFI_D_ERROR,
|
||||
(EFI_D_INFO,
|
||||
"Ftw: Write() success, (Lba:Offset)=(%lx:0x%x), Length: 0x%x\n",
|
||||
Lba,
|
||||
Offset,
|
||||
|
@@ -258,7 +258,7 @@ FtwReclaimWorkSpace (
|
||||
UINT8 *Ptr;
|
||||
EFI_LBA WorkSpaceLbaOffset;
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "Ftw: start to reclaim work space\n"));
|
||||
DEBUG ((EFI_D_INFO, "Ftw: start to reclaim work space\n"));
|
||||
|
||||
WorkSpaceLbaOffset = FtwDevice->FtwWorkSpaceLba - FtwDevice->FtwWorkBlockLba;
|
||||
|
||||
@@ -473,7 +473,7 @@ FtwReclaimWorkSpace (
|
||||
|
||||
FreePool (SpareBuffer);
|
||||
|
||||
DEBUG ((EFI_D_ERROR, "Ftw: reclaim work space successfully\n"));
|
||||
DEBUG ((EFI_D_INFO, "Ftw: reclaim work space successfully\n"));
|
||||
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user