Merged - https://github.com/tianocore/edk2/pull/1950 edf8bc6d24c6f490c27de3144eee88f1ca40ce6a
> -----Original Message----- > From: Yao, Jiewen > Sent: Saturday, September 4, 2021 3:47 PM > To: mikub...@linux.microsoft.com; devel@edk2.groups.io > Cc: Wang, Jian J <jian.j.w...@intel.com>; Zhang, Qi1 > <qi1.zh...@intel.com>; Kumar, Rahul1 <rahul1.ku...@intel.com> > Subject: RE: [PATCH v1 1/1] SecurityPkg/MemoryOverwriteControl: Add > missing argument to DEBUG print > > Reviewed-by: Jiewen Yao <jiewen....@intel.com> > > > -----Original Message----- > > From: mikub...@linux.microsoft.com <mikub...@linux.microsoft.com> > > Sent: Saturday, September 4, 2021 3:58 AM > > To: devel@edk2.groups.io > > Cc: Yao, Jiewen <jiewen....@intel.com>; Wang, Jian J > > <jian.j.w...@intel.com>; Zhang, Qi1 <qi1.zh...@intel.com>; Kumar, > > Rahul1 <rahul1.ku...@intel.com> > > Subject: [PATCH v1 1/1] SecurityPkg/MemoryOverwriteControl: Add > > missing argument to DEBUG print > > > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3605 > > > > The error message is missing the argument for the status code > > print specifier. > > > > Cc: Jiewen Yao <jiewen....@intel.com> > > Cc: Jian J Wang <jian.j.w...@intel.com> > > Cc: Qi Zhang <qi1.zh...@intel.com> > > Cc: Rahul Kumar <rahul1.ku...@intel.com> > > Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> > > --- > > SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > > b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > > index 1bf49f2d0fb8..32b64a31d17c 100644 > > --- a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > > +++ b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c > > @@ -52,7 +52,7 @@ OnReadyToBoot ( > > &mMorControl > > ); > > if (EFI_ERROR (Status)) { > > - DEBUG ((EFI_D_ERROR, "TcgMor: Clear MOR_CLEAR_MEMORY_BIT > > failure, Status = %r\n")); > > + DEBUG ((DEBUG_ERROR, "TcgMor: Clear MOR_CLEAR_MEMORY_BIT > > failure, Status = %r\n", Status)); > > } > > } > > > > -- > > 2.28.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#80248): https://edk2.groups.io/g/devel/message/80248 Mute This Topic: https://groups.io/mt/85360842/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-