From: Sungho Kwak Date: Fri, 19 Apr 2013 05:56:35 +0000 (+0900) Subject: [edje_util] Change Log message for security issue X-Git-Tag: accepted/tizen/20130927.071259^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1dd4f9626f67d572d47bccd47d91a6ba1e5883e;p=profile%2Fmobile%2Fedje.git [edje_util] Change Log message for security issue Change-Id: I531293d05007293350b104d07f0a6fe14f55f120 --- 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)