cedric pushed a commit to branch master.

commit a299e0723a9a90fac6c13ba850e57ca1cbe19fa6
Author: Cedric Bail <[email protected]>
Date:   Wed May 8 17:58:20 2013 +0900

    eet: more meaningful message.
---
 src/lib/eet/eet_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c
index 6fa4689..9fb6615 100644
--- 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);
           }
      }

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to