OSDN Git Service

Add missing log tag in config_clear()
authorJakub Pawlowski <jpawlowski@google.com>
Tue, 23 Feb 2016 22:32:49 +0000 (14:32 -0800)
committerJakub Pawlowski <jpawlowski@google.com>
Wed, 24 Feb 2016 00:18:24 +0000 (16:18 -0800)
Bug: 27324453
Change-Id: Icebf0273c39040ff6b1bb29dcc4d0a827e25b4a8

btif/src/bluetooth.c

index 9e0813e..7204661 100644 (file)
@@ -454,7 +454,7 @@ static int set_os_callouts(bt_os_callouts_t *callouts) {
 }
 
 static int config_clear(void) {
-    LOG_INFO("%s", __func__);
+    LOG_INFO(LOG_TAG, "%s", __func__);
     return btif_config_clear() ? BT_STATUS_SUCCESS : BT_STATUS_FAIL;
 }