mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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>
This commit is contained in:
parent
5b5481526f
commit
03be51e106
@ -48,8 +48,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
|||||||
#define DEBUG_CACHE 0x00200000 // Memory range cachability changes
|
#define DEBUG_CACHE 0x00200000 // Memory range cachability changes
|
||||||
#define DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
|
#define DEBUG_VERBOSE 0x00400000 // Detailed debug messages that may
|
||||||
// significantly impact boot performance
|
// significantly impact boot performance
|
||||||
#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload message of manageability
|
#define DEBUG_MANAGEABILITY 0x00800000 // Detailed debug and payload manageability messages
|
||||||
// related modules, such Redfish, IPMI, MCTP and etc.
|
// related to modules such as Redfish, IPMI, MCTP etc.
|
||||||
#define DEBUG_ERROR 0x80000000 // Error
|
#define DEBUG_ERROR 0x80000000 // Error
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user