diff options
author | Rebecca Cran <rebecca@os.amperecomputing.com> | 2023-12-07 09:46:28 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-11 17:07:03 +0000 |
commit | 03be51e10606f7cf8bc4b91cd26e96449ef6f465 (patch) | |
tree | da53e87f5cdae29620b82596577ecd9757cd109d /MdePkg/Include/Library/DebugLib.h | |
parent | 5b5481526fc9b89e5f3843d9bb3d6c4f5ce41060 (diff) | |
download | edk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.zip edk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.tar.gz edk2-03be51e10606f7cf8bc4b91cd26e96449ef6f465.tar.bz2 |
MdePkg: Improve wording of manageability debug level comment
Improve the wording of the comment explaining the DEBUG_MANAGEABILITY
debug level.
Signed-off-by: Rebecca Cran <rebecca@os.amperecomputing.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'MdePkg/Include/Library/DebugLib.h')
-rw-r--r-- | MdePkg/Include/Library/DebugLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index f0c9f64..40772f2 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -48,8 +48,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent #define DEBUG_CACHE 0x00200000 // Memory range cachability changes
#define DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
// significantly impact boot performance
-#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload message of manageability
- // related modules, such Redfish, IPMI, MCTP and etc.
+#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload manageability messages
+ // related to modules such as Redfish, IPMI, MCTP etc.
#define DEBUG_ERROR 0x80000000 // Error
//
|