jackdanielz pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=086c5ae901a2f2bc95b9697e7ec9b102600601f3
commit 086c5ae901a2f2bc95b9697e7ec9b102600601f3 Author: Daniel Zaoui <daniel.za...@samsung.com> Date: Tue Nov 19 16:30:56 2013 +0200 Evas Smart: print Eo id instead of pointer to internal data. --- src/lib/evas/canvas/evas_object_smart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object_smart.c b/src/lib/evas/canvas/evas_object_smart.c index fa1175f..11e870b 100644 --- a/src/lib/evas/canvas/evas_object_smart.c +++ b/src/lib/evas/canvas/evas_object_smart.c @@ -1072,7 +1072,7 @@ _smart_need_recalculate_set(Eo *eo_obj, void *_pd, va_list *list) if (o->recalculate_cycle > 254) { - ERR("Object %p is not stable during recalc loop", obj); + ERR("Object %p is not stable during recalc loop", eo_obj); return; } if (obj->layer->evas->in_smart_calc) o->recalculate_cycle++; --