tianocore / edk2

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

RedfishPkg/RedfishPlatformConfigDxe: remove false alarm #5897

Closed nicklela closed 1 month ago

nicklela commented 1 month ago

Description

Change the debug message level to DEBUG_INFO for protocol notification functions. The protocol notification function is invoked at least one time. The failure of locating protocol is expected because protocol may not be installed when Redfish platform config driver is launched.

Signed-off-by: Nickle Wang nicklew@nvidia.com

How This Was Tested

N/A

Integration Instructions

N/A