Build fix for visual display files 28/216628/1
authorsamanway <samanway@samanway.sa.corp.samsungelectronics.net>
Mon, 21 Oct 2019 13:28:09 +0000 (18:58 +0530)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Wed, 30 Oct 2019 01:15:42 +0000 (10:15 +0900)
- 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 a75674d9c57e17e10e5afe577136fefcac2164bb..6c3da67c6311db88bed8afc00ec50e7096f08fd5 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;
             }