tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

RedfishPkg: Reduce DEBUG_ERROR to DEBUG_MANAGEABILITY in various places #5918

Closed bcran closed 1 month ago

bcran commented 1 month ago

Description

The Redfish drivers log messages as errors in various places when they don't find an appropriate network interface - even when one has already been found. Reduce those log messages to DEBUG_MANAGEABILITY to avoid spamming the console in Release builds.