projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
628c983
)
e_plane: fixed build warning
90/144390/2
accepted/tizen/3.0/common/20170817.132847
accepted/tizen/3.0/ivi/20170817.004807
accepted/tizen/3.0/mobile/20170817.004718
accepted/tizen/3.0/tv/20170817.004738
accepted/tizen/3.0/wearable/20170817.004753
submit/tizen_3.0/20170816.103654
author
Changyeon Lee
<cyeon.lee@samsung.com>
Wed, 16 Aug 2017 11:12:35 +0000
(20:12 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 16 Aug 2017 11:17:39 +0000
(11:17 +0000)
Change-Id: Id438a76a17e1ee9caf0fb047ca49e064ecd8179b
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index f3704dfd566a406b4951a11ee8f638e3a68557ef..582a91f8e42bf6d108ec3dd4109e5ee8d0d36214 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-2042,8
+2042,8
@@
e_plane_ec_set(E_Plane *plane, E_Client *ec)
plane->need_ev = EINA_TRUE;
if (plane_trace_debug)
- ELOGF("E_PLANE", "Plane(%p) zpos(%d) Set
ec(%p, %s)
",
- (ec ? ec->pixmap : NULL), ec, plane, plane->zpos
, NULL, NULL
);
+ ELOGF("E_PLANE", "Plane(%p) zpos(%d) Set
NULL
",
+ (ec ? ec->pixmap : NULL), ec, plane, plane->zpos);
return EINA_FALSE;
}