edje: follow the rest of the EFL.

SVN revision: 66802
This commit is contained in:
Cedric BAIL 2012-01-03 17:04:44 +00:00
parent a1f2535799
commit c11e02df7c
2 changed files with 2 additions and 5 deletions

View File

@ -22,10 +22,7 @@ edje_init(void)
srand(time(NULL));
if (!eina_init())
{
fprintf(stderr, "Edje: Eina init failed");
return --_edje_init_count;
}
return --_edje_init_count;
_edje_default_log_dom = eina_log_domain_register
("edje", EDJE_DEFAULT_LOG_COLOR);

View File

@ -992,7 +992,7 @@ _edje_emit_full(Edje *ed, const char *sig, const char *src, void *data, void (*f
break ;
default:
fprintf(stderr, "SPANK SPANK SPANK !!!\nYou should never be here !\n");
ERR("SPANK SPANK SPANK !!!\nYou should never be here !");
break;
}
}