projects
/
profile
/
ivi
/
edje.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52deb45
)
edje: display the real name of the collection when writing it.
author
cedric
<cedric>
Mon, 9 Jan 2012 10:10:58 +0000
(10:10 +0000)
committer
cedric
<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
patch
|
blob
|
history
diff --git
a/src/bin/edje_cc_out.c
b/src/bin/edje_cc_out.c
index
0d52089
..
5050ad4
100644
(file)
--- 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
);
}
}