Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SecurityPkg TcgDxe: Simplify debug msg when "TPM not working properly"
Current code for case "TPM not working properly" uses the predefined macro __FILE__ in debug format string, but uses predefined macro __LINE__ as parameter, and it also uses multiple pairs of "" in debug format string. To be simple and clear, this patch is to update the code to just use "DriverEntry: TPM not working properly\n" as the debug message. Cc: Jiewen Yao <[email protected]> Cc: Amy Chan <[email protected]> Cc: Chasel Chiu <[email protected]> Cc: Chao Zhang <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <[email protected]> Reviewed-by: Jiewen Yao <[email protected]> Reviewed-by: Chasel Chiu <[email protected]> Reviewed-by: Chao Zhang <[email protected]> (cherry picked from commit ec4910c)
- Loading branch information