commit | 24e1ae2f0ed3e2c2be680aad6e88313661bf57ee | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Thu Nov 28 14:31:41 2024 +0000 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Wed Dec 18 14:48:23 2024 +0000 |
tree | 644e3911e857a983f219f586009f914a96ed41dc | |
parent | f1d94593354a948dfc81ca569d4832afb20aaf41 [diff] |
fix(handoff): fix message formatting of hex values Our implementation of printf does not support flag format specifiers. Our previous format specification as a result was causing the integer values to be omitted. This change updates the formatting to ensure accurate and complete error messages are displayed. Change-Id: I80cfb5fd7ff26e44cfad4e06803d9e0912488136 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>