commit | a58a5a6333bc9215fb25c7bb93d673c041e80f0e | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Sun Nov 19 15:18:45 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Dec 08 11:28:31 2023 +0100 |
tree | a83e8cb5253691d4d874551ceee4c273381f7dd8 | |
parent | 10334620d850df8f20d6edfbeef7902f5f3d9e78 [diff] |
ta: rpc_test: fix trace messages specifiers Use PRI* specifiers in trace messages using xMSG() macros. Add parentheses to explicit function labels. Remove function label from EMSG() trace messages as the macro already takes care of printing it. Reviewed-by: Joakim Bech <joakim.bech@linaro.org> Reviewed-by: Vincent Mailhol <mailhol.vincent@wanadoo.fr> Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers