On Sat, 20 Feb 2021 at 17:41, Samer El-Haj-Mahmoud <samer.el-haj-mahm...@arm.com> wrote: > > the DEBUG message for using compilation time epoch is appearing very > frequently on DEBUG firmware builds, for example during UEFI SCT runs. > Reduce verbosity to avoid the annoying repetitive message. > > Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> > Cc: Leif Lindholm <l...@nuviainc.com> > Cc: Pete Batard <p...@akeo.ie> > Signed-off-by: Samer El-Haj-Mahmoud <samer.el-haj-mahm...@arm.com>
Reviewed-by: Ard Biesheuvel <a...@kernel.org> Merged as #1434 into master. > --- > EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c > b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c > index 5c13ed4cf190..4210708cff36 100644 > --- a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c > +++ b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c > @@ -88,7 +88,7 @@ LibGetTime ( > // > EpochSeconds = BUILD_EPOCH; > DEBUG (( > - DEBUG_INFO, > + DEBUG_VERBOSE, > "LibGetTime: %s non volatile variable was not found - Using > compilation time epoch.\n", > mEpochVariableName > )); > -- > 2.25.1 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#71881): https://edk2.groups.io/g/devel/message/71881 Mute This Topic: https://groups.io/mt/79110001/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-