eo: Make error message less nebulous

When writing this ERR log I thought about "thread" (it's really
the keyword here) but eventually reworded to "context". Let's be
clearer about the possible issue here.
This commit is contained in:
Jean-Philippe Andre 2016-12-05 09:46:55 +09:00
parent 92eacde6e7
commit c6dcf3dda4
1 changed files with 2 additions and 1 deletions

View File

@ -1662,7 +1662,8 @@ err_obj:
err:
if (!data) return EINA_FALSE;
ERR("Object %p is not a valid object in this context: object domain: %d, "
"current domain: %d, local domain: %d, available domains: [%s %s %s %s]",
"current domain: %d, local domain: %d, available domains: [%s %s %s %s]."
" Are you trying to access this object from another thread?",
eo_id, (int)domain,
(int)data->domain_stack[data->stack_top], (int)data->local_domain,
(data->tables[0]) ? "0" : " ", (data->tables[1]) ? "1" : " ",