OSDN Git Service

Fix build, replace logging macro.
authorSharvil Nanavati <sharvil@google.com>
Thu, 19 Jun 2014 16:51:52 +0000 (09:51 -0700)
committerSharvil Nanavati <sharvil@google.com>
Thu, 19 Jun 2014 16:51:52 +0000 (09:51 -0700)
Change-Id: Ib1189b887d57253940fa38e8af24ea03462c403e

btif/src/btif_storage.c

index 0fcaef4..63dc030 100644 (file)
@@ -460,7 +460,7 @@ static bt_status_t btif_in_fetch_bonded_device(char *bdstr)
         if((btif_in_fetch_bonded_ble_device(bdstr, FALSE, NULL) != BT_STATUS_SUCCESS)
                 && (!bt_linkkey_file_found))
         {
-            BTIF_TRACE_DEBUG1("Remote device:%s, no link key or ble key found", bdstr);
+            BTIF_TRACE_DEBUG("Remote device:%s, no link key or ble key found", bdstr);
             return BT_STATUS_FAIL;
         }
     return BT_STATUS_SUCCESS;