Fix dlog format error 45/195745/1 accepted/tizen/unified/20181218.152418 submit/tizen/20181218.064258
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 18 Dec 2018 00:13:42 +0000 (09:13 +0900)
committerDoHyun 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

index eab1d7b..656dad0 100644 (file)
@@ -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);