From b8e90a0539f7e0b7737b86a0506b63d62ca12c8f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 9 Jan 2012 10:10:58 +0000 Subject: [PATCH] edje: display the real name of the collection when writing it. SVN revision: 66990 --- legacy/edje/src/bin/edje_cc_out.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/edje/src/bin/edje_cc_out.c b/legacy/edje/src/bin/edje_cc_out.c index 0d520892c8..5050ad41b3 100644 --- a/legacy/edje/src/bin/edje_cc_out.c +++ b/legacy/edje/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); } }