eina: improve debugging message.

SVN revision: 69896
This commit is contained in:
Cedric BAIL 2012-04-03 13:28:04 +00:00
parent b65e51b550
commit 6f6e4a4570
1 changed files with 4 additions and 1 deletions

View File

@ -372,7 +372,10 @@ eina_threads_shutdown(void)
fprintf(stderr, "* LOCK STILL TAKEN : *\n");
fprintf(stderr, "*************************\n");
EINA_INLIST_FOREACH(_eina_tracking, lk)
eina_lock_debug(lk);
{
fprintf(stderr, "=======\n");
eina_lock_debug(lk);
}
fprintf(stderr, "*************************\n");
abort();
}