From: Yulong Date: Fri, 14 Apr 2017 06:52:43 +0000 (-0400) Subject: change the make error in bta_dm_ble_set_rand_address func X-Git-Tag: v2.1-rc1~187^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4715fa16ae223e3a51b63a049e896eaa8633739a;p=esp-idf change the make error in bta_dm_ble_set_rand_address func --- diff --git a/components/bt/bluedroid/bta/dm/bta_dm_act.c b/components/bt/bluedroid/bta/dm/bta_dm_act.c index 939142cd1b..a533bb74b5 100644 --- a/components/bt/bluedroid/bta/dm/bta_dm_act.c +++ b/components/bt/bluedroid/bta/dm/bta_dm_act.c @@ -4479,7 +4479,7 @@ void bta_dm_ble_set_rand_address(tBTA_DM_MSG *p_data) } //send the setting random address to BTM layer if ((set_flag = BTM_BleSetRandAddress(p_data->set_addr.address) != TRUE)){ - APPL_TRACE_ERROR("%s,set random address fail."); + APPL_TRACE_ERROR("%s,set random address fail.", __func__); } }