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.web12.27778.1608491277163444147 for ; Sun, 20 Dec 2020 11:07:57 -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 D44F81FB; Sun, 20 Dec 2020 11:07:55 -0800 (PST) Received: from U203705.Arm.com (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9699E3F66E; Sun, 20 Dec 2020 11:07:55 -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: Sun, 20 Dec 2020 14:07:54 -0500 Message-Id: <20201220190754.5229-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/VirtualRealTimeClo= ckLib.c b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockL= ib.c index 5c13ed4cf190..4210708cff36 100644 --- a/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c +++ b/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c @@ -88,7 +88,7 @@ LibGetTime ( //=0D EpochSeconds =3D BUILD_EPOCH;=0D DEBUG ((=0D - DEBUG_INFO,=0D + DEBUG_VERBOSE,=0D "LibGetTime: %s non volatile variable was not found - Using compilat= ion time epoch.\n",=0D mEpochVariableName=0D ));=0D --=20 2.25.1