From f3964772d24214b5edaf45264907a1e761c395e8 Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Tue, 29 Dec 2015 09:07:32 +0000 Subject: SecurityPkg AuthVariableLib: Correct comment/error log about CleanCertsFromDb Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng Reviewed-by: Chao Zhang git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19574 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c') diff --git a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c index dee5e1dd9d..bf60bf54e5 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c +++ b/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c @@ -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; } } -- cgit v1.2.3