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:
Samer El-Haj-Mahmoud 2021-02-20 11:41:33 -05:00 committed by mergify[bot]
parent 4f4d862c1c
commit 44ae214591
1 changed files with 1 additions and 1 deletions

View File

@ -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
));