edje: display the real name of the collection when writing it.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jan 2012 10:10:58 +0000 (10:10 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Jan 2012 10:10:58 +0000 (10:10 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/edje_cc_out.c

index 0d52089..5050ad4 100644 (file)
@@ -809,8 +809,8 @@ data_write_groups(Eet_File *ef, int *collection_num)
 
        if (verbose)
          {
-            printf("%s: Wrote %9i bytes (%4iKb) for \"%s\" collection entry\n",
-                   progname, bytes, (bytes + 512) / 1024, buf);
+            printf("%s: Wrote %9i bytes (%4iKb) for \"%s\" aka \"%s\" collection entry\n",
+                   progname, bytes, (bytes + 512) / 1024, buf, pc->part);
          }
      }