projects
/
platform
/
core
/
uifw
/
libtbm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2fcc98
)
tbm_bufmgr: correct import_fd trace log
submit/tizen_3.0/20170531.232406
author
Changyeon Lee
<cyeon.lee@samsung.com>
Mon, 22 May 2017 09:28:30 +0000
(18:28 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Tue, 30 May 2017 07:54:22 +0000
(16:54 +0900)
Change-Id: I93cc58dd42c9956c512cf2f849762c2444c39e99
src/tbm_bufmgr.c
patch
|
blob
|
history
diff --git
a/src/tbm_bufmgr.c
b/src/tbm_bufmgr.c
index
9398608
..
7d6f36a
100644
(file)
--- a/
src/tbm_bufmgr.c
+++ b/
src/tbm_bufmgr.c
@@
-1042,7
+1042,7
@@
tbm_bo_import_fd(tbm_bufmgr bufmgr, tbm_fd fd)
else
bo->flags = TBM_BO_DEFAULT;
- TBM_TRACE("import bo(%p) ref(%d) fd(%d) flag(%s)
in list
\n",
+ TBM_TRACE("import bo(%p) ref(%d) fd(%d) flag(%s)\n",
bo, bo->ref_cnt, fd, _tbm_flag_to_str(bo->flags));
LIST_INITHEAD(&bo->user_data_list);