Re: [edk2] [PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages

2018-02-01 Thread Wu, Hao A
Sure, I will modify the messages before pushing the change. Best Regards, Hao Wu > -Original Message- > From: Zeng, Star > Sent: Friday, February 02, 2018 10:15 AM > To: Wu, Hao A; edk2-devel@lists.01.org > Cc: Yao, Jiewen; Zeng, Star > Subject: RE: [PATCH]

Re: [edk2] [PATCH] IntelSiliconPkg/MicrocodeUpdateDxe: Refine debug messages

2018-02-01 Thread Zeng, Star
Minor comments. How about to update the error message like below? + DEBUG((DEBUG_ERROR, "VerifyMicrocode - The extended checksum is incorrect\n")); -> + DEBUG((DEBUG_ERROR, "VerifyMicrocode - The checksum for extended table is incorrect\n")); +