SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDb
Cc: Chao Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Chao Zhang <chao.b.zhang@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19574 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -283,7 +283,7 @@ AuthVariableLibInitialize (
|
||||
//
|
||||
Status = CleanCertsFromDb();
|
||||
if (EFI_ERROR (Status)) {
|
||||
DEBUG ((EFI_D_INFO, "Clean up CertDB fail! Status %x\n", Status));
|
||||
DEBUG ((EFI_D_ERROR, "Clean up CertDB fail! Status %x\n", Status));
|
||||
return Status;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user