handle more returns with more info

SVN revision: 19988
This commit is contained in:
Carsten Haitzler 2006-01-23 15:13:45 +00:00
parent 1f5e929fd1
commit 8fbcb18c64
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
evas_object_image_file_set(ep->object, ed->file->path, buf);
if (evas_object_image_load_error_get(ep->object) != EVAS_LOAD_ERROR_NONE)
{
printf("EDJE: Error loading image collection \"%s\" from file \"%s\"\n",
printf("EDJE: Error loading image collection \"%s\" from file \"%s\". Missing EET Evas loader module?\n",
buf, ed->file->path);
if (evas_object_image_load_error_get(ep->object) == EVAS_LOAD_ERROR_GENERIC)
printf("Error type: EVAS_LOAD_ERROR_GENERIC\n");