eet: more meaningful message.

This commit is contained in:
Cedric Bail 2013-05-08 17:58:20 +09:00
parent 674f612c3b
commit a299e0723a
1 changed files with 1 additions and 1 deletions

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