RedfishPkg: Use DEBUG_MANAGEABILITY

Use debug print level DEBUG_MANAGEABILITY in
RedfishPkg.

Signed-off-by: Abner Chang <abner.chang@amd.com>
Cc: Nickle Wang <nicklew@nvidia.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Reviewed-by: Nickle Wang <nicklew@nvidia.com>
This commit is contained in:
Abner Chang
2023-05-30 15:06:13 +08:00
committed by mergify[bot]
parent d8e5d35ede
commit d15d2667d5
12 changed files with 61 additions and 61 deletions

View File

@@ -548,7 +548,7 @@ strtod (
char **__restrict endptr
)
{
DEBUG ((DEBUG_INFO, "We don't supprot double type on edk2 yet!"));
DEBUG ((DEBUG_ERROR, "We don't supprot double type on edk2 yet!"));
ASSERT (FALSE);
return (double)0;
}