[edje_util] Change Log message for security issue
authorSungho Kwak <sungho1.kwak@samsung.com>
Fri, 19 Apr 2013 05:56:35 +0000 (14:56 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Tue, 11 Jun 2013 10:41:17 +0000 (19:41 +0900)
Change-Id: I531293d05007293350b104d07f0a6fe14f55f120

src/lib/edje_util.c

index 1ed8525..b0cfcf5 100644 (file)
@@ -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)