From 8fbcb18c64f00f2c41e5ae58392375ab589ab8c0 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 23 Jan 2006 15:13:45 +0000 Subject: [PATCH] handle more returns with more info SVN revision: 19988 --- legacy/edje/src/lib/edje_calc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/edje/src/lib/edje_calc.c b/legacy/edje/src/lib/edje_calc.c index a88233b9e2..a34b263968 100644 --- a/legacy/edje/src/lib/edje_calc.c +++ b/legacy/edje/src/lib/edje_calc.c @@ -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");