projects
/
apps
/
native
/
bluetooth-share-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a21e60
)
Fix dlog format error
45/195745/1
accepted/tizen/unified/20181218.152418
submit/tizen/20181218.064258
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 18 Dec 2018 00:13:42 +0000
(09:13 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Tue, 18 Dec 2018 00:13:42 +0000
(09:13 +0900)
Change-Id: I293f6bf2b81913bfd718cfdc69ed9cc90a65adee
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bt-share-ui-ipc.c
patch
|
blob
|
history
diff --git
a/src/bt-share-ui-ipc.c
b/src/bt-share-ui-ipc.c
index eab1d7bed030a6414012f11f5130ab45d3ee3f3f..656dad01eedab51c4e63eac02b32e08481f4e53c 100644
(file)
--- a/
src/bt-share-ui-ipc.c
+++ b/
src/bt-share-ui-ipc.c
@@
-1193,7
+1193,7
@@
void _bt_share_ui_event_handler(int event, bt_share_event_param_t *param,
else
name = client_info->filename;
- INFO("name address = [%
x
]", name);
+ INFO("name address = [%
p
]", name);
__bt_share_ui_handle_progress(ad, 0, name, 100, TRUE,
param->result);