e_plane: fixed build warning 93/144393/1
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 16 Aug 2017 11:12:35 +0000 (20:12 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 16 Aug 2017 11:14:06 +0000 (20:14 +0900)
Change-Id: Id438a76a17e1ee9caf0fb047ca49e064ecd8179b

src/bin/e_plane.c

index a4d60251d23b0c8ed27e424a5e408e3ac53da7d6..47ad784bcb1f0eb4fa0054a00eb32e87206db362 100644 (file)
@@ -2054,8 +2054,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;
           }