Reviewed-by: Michael D Kinney <michael.d.kin...@intel.com> > -----Original Message----- > From: devel@edk2.groups.io <devel@edk2.groups.io> On > Behalf Of Michael Kubacki > Sent: Thursday, July 30, 2020 8:15 PM > To: devel@edk2.groups.io > Cc: Gao, Liming <liming....@intel.com>; Kinney, Michael > D <michael.d.kin...@intel.com> > Subject: [edk2-devel] [PATCH v1 6/7] > FmpDevicePkg/FmpDxe: Indicate ESRT GUID on invalid > ImageIdName > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > Updates the debug error message to include the GUID of > the FMP > instance that encountered the issue to help the user > better > isolate the problem. > > Cc: Liming Gao <liming....@intel.com> > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Signed-off-by: Michael Kubacki > <michael.kuba...@microsoft.com> > --- > FmpDevicePkg/FmpDxe/FmpDxe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.c > b/FmpDevicePkg/FmpDxe/FmpDxe.c > index 14994ce4ee0e..a3e342591936 100644 > --- a/FmpDevicePkg/FmpDxe/FmpDxe.c > +++ b/FmpDevicePkg/FmpDxe/FmpDxe.c > @@ -1679,7 +1679,7 @@ FmpDxeEntryPoint ( > // > // PcdFmpDeviceImageIdName must be set to a non- > empty Unicode string > // > - DEBUG ((DEBUG_ERROR, "FmpDxe: > PcdFmpDeviceImageIdName is an empty string.\n")); > + DEBUG ((DEBUG_ERROR, "FmpDxe(%g): > PcdFmpDeviceImageIdName is an empty string.\n", > &gEfiCallerIdGuid)); > ASSERT (FALSE); > return EFI_UNSUPPORTED; > } > -- > 2.27.0.windows.1 > > >
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#63733): https://edk2.groups.io/g/devel/message/63733 Mute This Topic: https://groups.io/mt/75900912/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-