Evas Smart: print Eo id instead of pointer to internal data.

This commit is contained in:
Daniel Zaoui 2013-11-19 16:30:56 +02:00
parent 89ec93305e
commit 086c5ae901
1 changed files with 1 additions and 1 deletions

View File

@ -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++;