From d15d2667d58d40c0748919ac4b5771b875c0780b Mon Sep 17 00:00:00 2001 From: Abner Chang Date: Tue, 30 May 2023 15:06:13 +0800 Subject: RedfishPkg: Use DEBUG_MANAGEABILITY Use debug print level DEBUG_MANAGEABILITY in RedfishPkg. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Reviewed-by: Nickle Wang --- RedfishPkg/Include/Library/RedfishDebugLib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'RedfishPkg/Include') diff --git a/RedfishPkg/Include/Library/RedfishDebugLib.h b/RedfishPkg/Include/Library/RedfishDebugLib.h index 913f2b2f35..73f1469ac6 100644 --- a/RedfishPkg/Include/Library/RedfishDebugLib.h +++ b/RedfishPkg/Include/Library/RedfishDebugLib.h @@ -14,8 +14,8 @@ #include #include -#define DEBUG_REDFISH_NETWORK DEBUG_INFO ///< Debug error level for Redfish networking function -#define DEBUG_REDFISH_HOST_INTERFACE DEBUG_INFO ///< Debug error level for Redfish networking function +#define DEBUG_REDFISH_NETWORK DEBUG_MANAGEABILITY ///< Debug error level for Redfish networking function +#define DEBUG_REDFISH_HOST_INTERFACE DEBUG_MANAGEABILITY ///< Debug error level for Redfish networking function /** -- cgit