From: cedric Date: Tue, 3 Jan 2012 17:04:44 +0000 (+0000) Subject: edje: follow the rest of the EFL. X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~460 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58ca1a7b7e331c2d73c8c715f7b04ec6306dbe4a;p=profile%2Fivi%2Fedje.git edje: follow the rest of the EFL. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@66802 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_main.c b/src/lib/edje_main.c index cf443c7..5d011ad 100644 --- a/src/lib/edje_main.c +++ b/src/lib/edje_main.c @@ -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); diff --git a/src/lib/edje_program.c b/src/lib/edje_program.c index 505b6a2..1e8f03c 100644 --- a/src/lib/edje_program.c +++ b/src/lib/edje_program.c @@ -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; } }