summaryrefslogtreecommitdiffstats
path: root/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c')
-rw-r--r--RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c
index f240dfba13..57a997f351 100644
--- a/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c
+++ b/RedfishPkg/PrivateLibrary/RedfishCrtLib/RedfishCrtLib.c
@@ -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;
}