efreet: ERR -> EINA_LOG_ERR

SVN revision: 71560
This commit is contained in:
Mike McCormack 2012-05-30 12:34:18 +00:00
parent aa84f35c5b
commit 69ac680ae4
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ efreet_shutdown(void)
{ {
if (_efreet_init_count <= 0) if (_efreet_init_count <= 0)
{ {
ERR("Init count not greater than 0 in shutdown."); EINA_LOG_ERR("Init count not greater than 0 in shutdown.");
return 0; return 0;
} }
if (--_efreet_init_count != 0) if (--_efreet_init_count != 0)