eo: improve error message by giving an idea where the error come from.

Reviewed-by: Vitor Sousa da Silva <vitorsousa@expertisesolutions.com.br>
Differential Revision: https://phab.enlightenment.org/D8090
This commit is contained in:
Cedric BAIL 2019-03-01 16:21:14 -08:00
parent b260c674e2
commit 89280385b4
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ efl_del(const Eo *obj)
}
else
{
ERR("Calling efl_del on an object with no parent is not advised any more.");
ERR("Calling efl_del on object %s with no parent is not advised any more.", efl_debug_name_get(obj));
efl_unref(obj);
}
_efl_unref(oid);