Build fix for visual display files 98/216598/3
authorsamanway <samanway@samanway.sa.corp.samsungelectronics.net>
Mon, 21 Oct 2019 13:28:09 +0000 (18:58 +0530)
committerPyun DoHyun <dh79.pyun@samsung.com>
Wed, 30 Oct 2019 00:55:50 +0000 (00:55 +0000)
- There was an undefined LOG TAG used in Caleclient_vd.c file
- Replaced that with another predefined TAG

https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/591/commits/87dc9af44ba4e3cbf7ae87dcb5bb29434a6c672d
(cherry-picked from 87dc9af44ba4e3cbf7ae87dcb5bb29434a6c672d)

Change-Id: Ic4b5c7de3b92309d925261058bb6abe93ddce3f6
Signed-off-by: samanway-dey <samanway.dey@samsung.com>
Signed-off-by: Sudipto <sudipto.bal@samsung.com>
resource/csdk/connectivity/src/bt_le_adapter/tizen/caleclient_vd.c

index 3e58dca104df0c8904b5649c7d43dba6252fa5a9..bc52103b496d9190f60064124e8ce54fae462fb5 100644 (file)
@@ -425,7 +425,7 @@ static bool CALEIsHaveServiceImpl(bt_adapter_le_device_scan_result_info_s *scanI
             char *compare_man_data = OICCalloc(1, (man_data_len*2)+1);
             if (!compare_man_data)
             {
-                OIC_LOG(ERROR, CALEADAPTER_TAG, "Memory allocation failed for compare_man_data");
+                OIC_LOG(ERROR, TAG, "Memory allocation failed for compare_man_data");
                 OICFree(man_data);
                 return false;
             }