Use INF only when it's defined. Fix a warning during eina compilation.
authorcaptainigloo <captainigloo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Jul 2010 16:17:11 +0000 (16:17 +0000)
committercaptainigloo <captainigloo@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 26 Jul 2010 16:17:11 +0000 (16:17 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@50512 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/mp/one_big/eina_one_big.c

index 32b31f1..cadff32 100644 (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);