commit | 513bb3de336d4ae214529df0191ca9474ba782eb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 16 15:49:17 2022 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 19 16:16:33 2022 +0100 |
tree | 2ef87c96595b61ba3f0b189e5a0af9410c6e57f1 | |
parent | 1bebcb60223c55a80cce52d89a6f11cdb29f717b [diff] |
efi_selftest: implement printing GUIDs The ESRT test may try to print a GUID if an error occurs. Implement the %pU print code. Correct the ESRT test to use %pU instead of %pUl to avoid the output of character 'l'. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>