From 2a8ce1da55088896bc913231fe0d581519d3e346 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 30 Aug 2006 13:23:57 +0000 Subject: [PATCH] less noisy debug SVN revision: 25209 --- legacy/edje/src/lib/edje_util.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/legacy/edje/src/lib/edje_util.c b/legacy/edje/src/lib/edje_util.c index df881bfb41..e3a69910f7 100644 --- a/legacy/edje/src/lib/edje_util.c +++ b/legacy/edje/src/lib/edje_util.c @@ -1107,17 +1107,11 @@ edje_object_size_min_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Coord *minh) } if ((ed->w > 8000) || (ed->h > 8000)) { - printf("EDJE ERROR: An element in file %s, group %s has a non expandable\n" - "part not marked as fixed size in one dimension. This needs\n" - "to be fixed in the source .edc by adding:\n" - " fixed: 1 1;\n" - "to the part that cannot expand in size if the Edje object does.\n", + printf("EDJE ERROR: file %s, group %s has a non-fixed part. add fixed: 1 1; ???\n", ed->path, ed->part); if (pep) - printf("The part suspected causing this problem is:\n" - " part: \"%s\"\n", - pep->part->name); - printf("Will recalc min size not allowing broken parts to affect the result.\n"); + printf(" Problem part is: %s\n", pep->part->name); + printf(" Will recalc min size not allowing broken parts to affect the result.\n"); if (reset_maxwh) { reset_maxwh = 0;