Fix dlog format error
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / oal-adapter-mgr.c
index ac4b48e..5384b61 100644 (file)
@@ -904,7 +904,7 @@ static void cb_adapter_device_found(int num_properties, bt_property_t *propertie
        print_bt_properties(num_properties, properties);
        parse_device_properties(num_properties, properties, &dev_info, &adv_info);
 
-       BT_INFO("number of properties= [%d] ", num_properties, size);
+       BT_INFO("number of properties= [%d] ", num_properties);
 
        if (dev_info.type != DEV_TYPE_BREDR) {
                /* BLE Single or DUAL mode found, so it should have Adv data */