summaryrefslogtreecommitdiffstats
path: root/main/bte_logmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/bte_logmsg.c')
-rw-r--r--main/bte_logmsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/bte_logmsg.c b/main/bte_logmsg.c
index d8121a2..f6a08d2 100644
--- a/main/bte_logmsg.c
+++ b/main/bte_logmsg.c
@@ -432,7 +432,7 @@ BT_API void BTE_InitTraceLevels( void )
while (p_f_map->trc_name != NULL)
{
- LOGI("BTE_InitTraceLevels -- %s", p_f_map->trc_name);
+ ALOGI("BTE_InitTraceLevels -- %s", p_f_map->trc_name);
if (p_f_map->p_f)
p_f_map->p_f(p_f_map->trace_level);
@@ -442,7 +442,7 @@ BT_API void BTE_InitTraceLevels( void )
}
else
{
- LOGI("[bttrc] using compile default trace settings");
+ ALOGI("[bttrc] using compile default trace settings");
}
#endif
}