From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.8766.1613839313275937391 for ; Sat, 20 Feb 2021 08:41:53 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: samer.el-haj-mahmoud@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E6026D6E; Sat, 20 Feb 2021 08:41:42 -0800 (PST) Received: from U203705.Arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 939AE3F694; Sat, 20 Feb 2021 08:41:42 -0800 (PST) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Pete Batard Subject: [edk2-platform][PATCH v1 1/1] EmbeddedPkg/VirtualRealTimeClockLib : Reduce DEBUG message verbosity Date: Sat, 20 Feb 2021 11:41:33 -0500 Message-Id: <20210220164133.21746-1-Samer.El-Haj-Mahmoud@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 Cc: Leif Lindholm Cc: Pete Batard Signed-off-by: Samer El-Haj-Mahmoud --- EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c | = 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeC= lockLib.c b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeCl= ockLib.c index 5c13ed4cf190..4210708cff36 100644 --- a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib= .c +++ b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib= .c @@ -88,7 +88,7 @@ LibGetTime ( // EpochSeconds =3D BUILD_EPOCH; DEBUG (( - DEBUG_INFO, + DEBUG_VERBOSE, "LibGetTime: %s non volatile variable was not found - Using compil= ation time epoch.\n", mEpochVariableName )); --=20 2.25.1