tianocore / edk2

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

NetworkPkg/DxeNetLib: adjust PseudoRandom error logging #5795

Closed kraxel closed 3 weeks ago

kraxel commented 1 month ago

There is a list of allowed rng algorithms, if /one/ of them is not supported this is not a problem, only /all/ of them failing is an error condition.

Downgrade the message for a single unsupported algorithm from ERROR to VERBOSE. Add an error message in case we finish the loop without finding a supported algorithm.

kraxel commented 1 month ago

/cc @ajfish,@mdkinney,@leiflindholm,@SaloniKasbekar,@Zclarkwilliams

kraxel commented 3 weeks ago

ping

leiflindholm commented 3 weeks ago

@kraxel ah, apologies. I failed to spot @SaloniKasbekar is a reviewer but not a maintainer, so I thought maybe they were holding back on setting the push label for a reason...