summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Tcg/Tcg2Dxe
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2017-04-10 14:01:47 +0800
committerJeff Fan <jeff.fan@intel.com>2017-04-12 08:56:33 +0800
commitf0f1a3cbf667888a2cf4aab666727f18ed3a512d (patch)
tree7f5320046f3aec80e0c7e4df8e3b502673bb5058 /SecurityPkg/Tcg/Tcg2Dxe
parent558f58e3e01a482c5a470594afd03cc4fd526345 (diff)
downloadedk2-f0f1a3cbf667888a2cf4aab666727f18ed3a512d.tar.gz
edk2-f0f1a3cbf667888a2cf4aab666727f18ed3a512d.tar.bz2
edk2-f0f1a3cbf667888a2cf4aab666727f18ed3a512d.zip
SecurityPkg: Error Level is not used correctly
Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Diffstat (limited to 'SecurityPkg/Tcg/Tcg2Dxe')
-rw-r--r--SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
index 53de6668ad..c2c52e32b8 100644
--- a/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
+++ b/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
@@ -2466,7 +2466,7 @@ DriverEntry (
if (CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceNoneGuid) ||
CompareGuid (PcdGetPtr(PcdTpmInstanceGuid), &gEfiTpmDeviceInstanceTpm12Guid)){
- DEBUG ((EFI_D_ERROR, "No TPM2 instance required!\n"));
+ DEBUG ((DEBUG_INFO, "No TPM2 instance required!\n"));
return EFI_UNSUPPORTED;
}