From 7f1d1727853210168d4c86d8714901f015500511 Mon Sep 17 00:00:00 2001 From: Ji Luo Date: Thu, 24 Oct 2019 14:06:41 +0800 Subject: [PATCH] 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 --- include/trusty/util.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/trusty/util.h b/include/trusty/util.h index 72b960eacb..fff81c183e 100644 --- a/include/trusty/util.h +++ b/include/trusty/util.h @@ -75,8 +75,7 @@ const char* trusty_basename(const char* str); */ #define trusty_info(message, ...) \ do { \ - trusty_printf(trusty_basename(__FILE__)); \ - trusty_printf(": INFO "); \ + trusty_printf("INFO "); \ trusty_printf(message, ##__VA_ARGS__); \ } while(0) -- 2.17.1