From 1cf8e95591d70520753e778cba31c352d2f40d0a Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 9 Jan 2012 10:10:58 +0000 Subject: [PATCH] edje: display the real name of the collection when writing it. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/edje_cc_out.c b/src/bin/edje_cc_out.c index 0d52089..5050ad4 100644 --- a/src/bin/edje_cc_out.c +++ b/src/bin/edje_cc_out.c @@ -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); } } -- 2.7.4