discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=71bfe06bb3d700d7bfb66661d2bae6ae7fffe5a6

commit 71bfe06bb3d700d7bfb66661d2bae6ae7fffe5a6
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Feb 19 09:41:16 2014 -0500

    fix debug format string
---
 src/bin/e_comp_object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 2ffc52d..da002ad 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -821,7 +821,7 @@ _e_comp_intercept_resize(void *data, Evas_Object *obj, int 
w, int h)
         if ((cw->w == w) && (cw->h == h))
           {
              /* going to be a noop resize which won't trigger smart resize */
-             RENDER_DEBUG("DAMAGE RESIZE(%p): %", cw->ec, cw->ec->client.w, 
cw->ec->client.h);
+             RENDER_DEBUG("DAMAGE RESIZE(%p): %dx%d", cw->ec, 
cw->ec->client.w, cw->ec->client.h);
              if (cw->updates) eina_tiler_area_size_set(cw->updates, 
cw->ec->client.w, cw->ec->client.h);
           }
         evas_object_resize(obj, w, h);

-- 


Reply via email to