edje: display the real name of the collection when writing it.

SVN revision: 66990
This commit is contained in:
Cedric BAIL 2012-01-09 10:10:58 +00:00
parent 56a083357c
commit b8e90a0539
1 changed files with 2 additions and 2 deletions

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