diff options
Diffstat (limited to 'SecurityPkg/Hash2DxeCrypto')
-rw-r--r-- | SecurityPkg/Hash2DxeCrypto/Driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Hash2DxeCrypto/Driver.c b/SecurityPkg/Hash2DxeCrypto/Driver.c index 4627061a28..0d123b2a2f 100644 --- a/SecurityPkg/Hash2DxeCrypto/Driver.c +++ b/SecurityPkg/Hash2DxeCrypto/Driver.c @@ -142,7 +142,7 @@ Hash2ServiceBindingDestroyChild ( }
}
if (Instance == NULL) {
- DEBUG ((EFI_D_ERROR, "Hash2ServiceBindingDestroyChild - Invalid handle\n"));
+ DEBUG ((DEBUG_ERROR, "Hash2ServiceBindingDestroyChild - Invalid handle\n"));
return EFI_UNSUPPORTED;
}
|