commit | 4ce43b9ed93e16d0578b7fa9369d051a9611ffd1 | [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 | ae1f78001a541a3e29cc1890d401f6bb6dbcdf68 [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>