projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
674f612
)
eet: more meaningful message.
author
Cedric Bail
<cedric.bail@samsung.com>
Wed, 8 May 2013 08:58:20 +0000
(17:58 +0900)
committer
Cedric Bail
<cedric.bail@samsung.com>
Wed, 8 May 2013 09:17:00 +0000
(18:17 +0900)
src/lib/eet/eet_lib.c
patch
|
blob
|
history
diff --git
a/src/lib/eet/eet_lib.c
b/src/lib/eet/eet_lib.c
index
6fa4689
..
9fb6615
100644
(file)
--- a/
src/lib/eet/eet_lib.c
+++ b/
src/lib/eet/eet_lib.c
@@
-654,7
+654,7
@@
eet_shutdown(void)
for (i = 0; i < num; i++)
{
- ERR("File '%s' is still open
!", closelist[i]->path
);
+ ERR("File '%s' is still open
%i times !", closelist[i]->path, closelist[i]->references
);
eet_internal_close(closelist[i], EINA_TRUE);
}
}