From 93f6651217c7cf1eda0c46de1ecd718b397edbae Mon Sep 17 00:00:00 2001 From: Sharvil Nanavati Date: Thu, 19 Jun 2014 09:51:52 -0700 Subject: [PATCH] Fix build, replace logging macro. Change-Id: Ib1189b887d57253940fa38e8af24ea03462c403e --- btif/src/btif_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btif/src/btif_storage.c b/btif/src/btif_storage.c index 0fcaef435..63dc03002 100644 --- a/btif/src/btif_storage.c +++ b/btif/src/btif_storage.c @@ -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; -- 2.11.0