eet: more meaningful message.
authorCedric Bail <cedric.bail@samsung.com>
Wed, 8 May 2013 08:58:20 +0000 (17:58 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Wed, 8 May 2013 09:17:00 +0000 (18:17 +0900)
src/lib/eet/eet_lib.c

index 6fa4689..9fb6615 100644 (file)
@@ -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);
           }
      }