Use INF only when it's defined. Fix a warning during eina compilation.

SVN revision: 50512
This commit is contained in:
Nicolas Aguirre 2010-07-26 16:17:11 +00:00
parent 25ffaac60f
commit c024369336
1 changed files with 2 additions and 0 deletions

View File

@ -214,11 +214,13 @@ eina_one_big_shutdown(void *data)
pool = data;
#ifdef DEBUG
if (pool->usage > 0)
INF("Bad news we are destroying memory still referenced in mempool [%s]\n", pool->name);
if (pool->over > 0)
INF("Bad news we are loosing track of pointer from mempool [%s]\n", pool->name);
#endif
free(pool->base);
free(pool);