projects
/
platform
/
core
/
api
/
bluetooth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd38b2
)
removed the unused path variable from the log
88/188288/2
accepted/tizen/unified/20180906.054459
submit/tizen/20180905.040745
author
Amit Purwar
<amit.purwar@samsung.com>
Mon, 3 Sep 2018 11:41:23 +0000
(17:11 +0530)
committer
Wootak Jung
<wootak.jung@samsung.com>
Wed, 5 Sep 2018 04:06:35 +0000
(
04:06
+0000)
Change-Id: Ic31b778dc82a3fa045bdfb3166eea26624ad976c
Signed-off-by: Amit Purwar <amit.purwar@samsung.com>
src/bluetooth-gatt.c
patch
|
blob
|
history
diff --git
a/src/bluetooth-gatt.c
b/src/bluetooth-gatt.c
index
28e5df6
..
df158d0
100644
(file)
--- a/
src/bluetooth-gatt.c
+++ b/
src/bluetooth-gatt.c
@@
-174,7
+174,7
@@
static int __get_gatt_handle_by_uuid(GSList *list, const char *uuid,
for (l = list; l; l = g_slist_next(l)) {
bt_gatt_common_s *common = (bt_gatt_common_s *)l->data;
bt_get_uuid_name(common->uuid, &name);
- BT_INFO("%s
%s [%s]", common->path + 38
, common->uuid, name);
+ BT_INFO("%s
[%s]"
, common->uuid, name);
g_free(name);
}
return BT_ERROR_NO_DATA;