mirror of https://github.com/acidanthera/audk.git
EmbeddedPkg/VirtualRealTimeClockLib: Reduce DEBUG message verbosity
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. Signed-off-by: Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@arm.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
4f4d862c1c
commit
44ae214591
|
@ -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
|
||||
));
|
||||
|
|
Loading…
Reference in New Issue