Commit 7f1d1727853210168d4c86d8714901f015500511

Authored by Ji Luo
1 parent d91e719fc8

MA-15715-1 Refine trusty logs

Refine trusty logs output to make it more
simple.

Test: boots.

Change-Id: Id94fc245206c5f78e0dbcb0baf5db6475c9f744d
Signed-off-by: Ji Luo <ji.luo@nxp.com>

Showing 1 changed file with 1 additions and 2 deletions Side-by-side Diff

include/trusty/util.h
... ... @@ -75,8 +75,7 @@
75 75 */
76 76 #define trusty_info(message, ...) \
77 77 do { \
78   - trusty_printf(trusty_basename(__FILE__)); \
79   - trusty_printf(": INFO "); \
  78 + trusty_printf("INFO "); \
80 79 trusty_printf(message, ##__VA_ARGS__); \
81 80 } while(0)
82 81