summaryrefslogtreecommitdiffstats
path: root/btif/src/btif_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'btif/src/btif_core.c')
-rwxr-xr-xbtif/src/btif_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btif/src/btif_core.c b/btif/src/btif_core.c
index 42caf95..0b0734e 100755
--- a/btif/src/btif_core.c
+++ b/btif/src/btif_core.c
@@ -489,7 +489,7 @@ bt_status_t btif_enable_bluetooth(void)
if (btif_core_state != BTIF_CORE_STATE_DISABLED)
{
- LOGD("not disabled\n");
+ ALOGD("not disabled\n");
return BT_STATUS_DONE;
}