summaryrefslogtreecommitdiffstats
path: root/hci/src/bt_hci_bdroid.c
diff options
context:
space:
mode:
Diffstat (limited to 'hci/src/bt_hci_bdroid.c')
-rw-r--r--hci/src/bt_hci_bdroid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hci/src/bt_hci_bdroid.c b/hci/src/bt_hci_bdroid.c
index 2450ed5..85199ec 100644
--- a/hci/src/bt_hci_bdroid.c
+++ b/hci/src/bt_hci_bdroid.c
@@ -368,7 +368,7 @@ static void *bt_hc_worker_thread(void *arg)
uint16_t events;
HC_BT_HDR *p_msg, *p_next_msg;
- BTHCDBG("bt_hc_worker_thread started");
+ ALOGI("bt_hc_worker_thread started");
tx_cmd_pkts_pending = FALSE;
while (lib_running)
@@ -497,7 +497,7 @@ static void *bt_hc_worker_thread(void *arg)
break;
}
- BTHCDBG("bt_hc_worker_thread exiting");
+ ALOGI("bt_hc_worker_thread exiting");
pthread_exit(NULL);