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); } }