From f1dd4f9626f67d572d47bccd47d91a6ba1e5883e Mon Sep 17 00:00:00 2001 From: Sungho Kwak Date: Fri, 19 Apr 2013 14:56:35 +0900 Subject: [PATCH] [edje_util] Change Log message for security issue Change-Id: I531293d05007293350b104d07f0a6fe14f55f120 --- src/lib/edje_util.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 1ed8525..b0cfcf5 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -3308,11 +3308,11 @@ edje_object_size_min_restricted_calc(Evas_Object *obj, Evas_Coord *minw, Evas_Co if (!has_non_fixed_tb) { if (pep) - ERR("file %s, group %s has a non-fixed part '%s'. Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.", - ed->path, ed->group, pep->part->name); + ERR("group %s has a non-fixed part '%s'. Adding 'fixed: 1 1;' to source EDC may help. Continuing discarding faulty part.", + ed->group, pep->part->name); else - ERR("file %s, group %s overflowed 4000x4000 with minimum size of %dx%d. Continuing discarding faulty parts.", - ed->path, ed->group, ed->w, ed->h); + ERR("group %s overflowed 4000x4000 with minimum size of %dx%d. Continuing discarding faulty parts.", + ed->group, ed->w, ed->h); } if (reset_maxwh) -- 2.7.4